Skip to content

Commit

Permalink
Minor fix for javadoc (applicable for java 11). (#32573)
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan committed Aug 2, 2018
1 parent b973e8a commit 03fd409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static String substring(String s, int start, int length) {
}

/**
* Trims the trailing whitespace characters from the given String. Uses java.lang.Character.isWhitespace(char)
* Trims the trailing whitespace characters from the given String. Uses {@link Character#isWhitespace(char)}
* to determine if a character is whitespace or not.
*
* @param s the original String
Expand Down

0 comments on commit 03fd409

Please sign in to comment.