Skip to content

Commit

Permalink
Replace special sends with self send on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 14, 2025
1 parent bb5f988 commit 96d5a14
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 594 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ public static boolean isZeroOrGreater(final double value) {
return value >= 0;
}

public static int subtract2(final int value) {
return value - 2;
}

public static long to0(final long value) {
return value - 1;
}
Expand Down
Loading

0 comments on commit 96d5a14

Please sign in to comment.