Skip to content

Commit

Permalink
Javadoc warning fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
  • Loading branch information
tomas-langer committed Nov 6, 2024
1 parent cf4bc8e commit f6d930c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
* @see #invalidValue()
*/
public class UriValidationException extends IllegalArgumentException {
/**
* Segment that failed validation.
*/
private final Segment segment;
/**
* The value (containing illegal characters) that failed validation.
*/
private final char[] invalidValue;

/**
Expand Down

0 comments on commit f6d930c

Please sign in to comment.