Fix Javdoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1295126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2abea6a248
commit
8183099c0e
|
@ -772,7 +772,7 @@ public class StringUtils {
|
|||
* StringUtils.equals("abc", "ABC") = false
|
||||
* </pre>
|
||||
*
|
||||
* @see java.lang.CharSequence#equals(Object)
|
||||
* @see Object#equals(Object)
|
||||
* @param cs1 the first CharSequence, may be {@code null}
|
||||
* @param cs2 the second CharSequence, may be {@code null}
|
||||
* @return {@code true} if the CharSequences are equal (case-sensitive), or both {@code null}
|
||||
|
|
Loading…
Reference in New Issue