Skip to content

Commit

Permalink
Spotlessfy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Feb 2, 2022
1 parent 5c00abf commit 0525193
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,8 @@ public void accept(long updatedSlot, long originalRightValue, byte flag) {
final long rightIndex = jsm.getRightIndex(updatedSlot);

if (rightIndex == StaticNaturalJoinStateManager.DUPLICATE_RIGHT_VALUE) {
throw new IllegalStateException("Natural Join found duplicate right key for " + jsm.keyString(updatedSlot));
throw new IllegalStateException(
"Natural Join found duplicate right key for " + jsm.keyString(updatedSlot));
}

final boolean unchangedRedirection = rightIndex == originalRightValue;
Expand Down

0 comments on commit 0525193

Please sign in to comment.