Skip to content

Commit dd939eb

Browse files
committed
Remove broken @link in Javadoc
1 parent 5cb831b commit dd939eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/expression/function/scalar/string/StringFunctionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static String substring(String s, int start, int length) {
3333
}
3434

3535
/**
36-
* Trims the trailing whitespace characters from the given String. Uses {@link java.lang.Character.isWhitespace(char)}
36+
* Trims the trailing whitespace characters from the given String. Uses java.lang.Character.isWhitespace(char)
3737
* to determine if a character is whitespace or not.
3838
*
3939
* @param s the original String

0 commit comments

Comments
 (0)