Skip to content

Commit

Permalink
JavaDoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 18, 2023
1 parent 988cbb4 commit 5fa5630
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ default Integer readInteger() throws NumberFormatException {

/**
* @param radixMode the {@link CharScannerRadixHandler} - e.g. {@link CharScannerRadixMode#ALL}.
* @param noSign - {@code true} if no sign ('+' or '-')is accepted, {@code false} otherwise (read sign if present).
* @return the consumed {@link Integer} value or {@code null} if no such value was present and the
* {@link #getPosition() position} remains unchanged.
* @throws NumberFormatException if the current current position does not point to a {@link Long} value.
Expand Down

0 comments on commit 5fa5630

Please sign in to comment.