Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Apr 28, 2024
1 parent 8ab761f commit 79fb9f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ public Object signalDivisionByZero() {
/**
* Signal index out of range.
*
* @param actual received violating index
* @param bounds upper (exclusive) bound
* @return undefined object, value of which shouldn't be relied upon.
*/
public Object signalIndexOutOfRange(int actual, int bounds) {
Expand Down

0 comments on commit 79fb9f5

Please sign in to comment.