mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-12 04:55:14 +00:00
Fixing javadoc to refer to CharSequence after API change
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@930815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebe7f51668
commit
95e1aaebc2
@ -1652,7 +1652,7 @@ public void testEMPTY() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test for {@link StringUtils#isAllLowerCase(String)}.
|
||||
* Test for {@link StringUtils#isAllLowerCase(CharSequence)}.
|
||||
*/
|
||||
public void testIsAllLowerCase() {
|
||||
assertFalse(StringUtils.isAllLowerCase(null));
|
||||
@ -1663,7 +1663,7 @@ public void testIsAllLowerCase() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test for {@link StringUtils#isAllUpperCase(String)}.
|
||||
* Test for {@link StringUtils#isAllUpperCase(CharSequence)}.
|
||||
*/
|
||||
public void testIsAllUpperCase() {
|
||||
assertFalse(StringUtils.isAllUpperCase(null));
|
||||
|
Loading…
x
Reference in New Issue
Block a user