Minor fix for javadoc (applicable for java 11). (#32573)

This commit is contained in:
Andrei Stefan 2018-08-02 23:46:08 +03:00 committed by GitHub
parent b938960602
commit 9e1e38ff51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ abstract class StringFunctionUtils {
}
/**
* 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