mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 22:09:24 +00:00
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.
|
* to determine if a character is whitespace or not.
|
||||||
*
|
*
|
||||||
* @param s the original String
|
* @param s the original String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user