Remove broken @link in Javadoc

This commit is contained in:
David Turner 2018-08-01 17:12:55 +01:00
parent 478f6d6cf1
commit 621350c1b9

View File

@ -33,7 +33,7 @@ abstract class StringFunctionUtils {
} }
/** /**
* Trims the trailing whitespace characters from the given String. Uses {@link java.lang.Character.isWhitespace(char)} * Trims the trailing whitespace characters from the given String. Uses java.lang.Character.isWhitespace(char)
* to determine if a character is whitespace or not. * to determine if a character is whitespace or not.
* *
* @param s the original String * @param s the original String