Skip to content

Commit

Permalink
Implement more review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Sep 19, 2024
1 parent d9864fa commit 5be286e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,6 @@ public Builder setPattern(String pattern) {
/**
* Sets the {@link ErrorHandlingBehavior} to use when encountering errors at formatting time.
*
* <p>Parsing errors always throw and not affected by this setting.
* But formatting errors will try to fallback (if possible) or throw, depending on this setting.</p>
*
* <p>The default value is {@code ErrorHandlingBehavior.BEST_EFFORT}, trying to fallback.</p>
*
* @param the error handling behavior to use.
Expand Down

0 comments on commit 5be286e

Please sign in to comment.