Remove broken @link in Javadoc
This commit is contained in:
parent
478f6d6cf1
commit
621350c1b9
|
@ -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.
|
||||
*
|
||||
* @param s the original String
|
||||
|
|
Loading…
Reference in New Issue