Removing package name from comment - unnecessary. LANG-563
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@889225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf429f5324
commit
4c560e85a2
|
@ -1004,7 +1004,7 @@ public class StringUtilsTest extends TestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test method for 'org.apache.commons.lang.StringUtils.replaceEach(String, String[], String[])'
|
* Test method for 'StringUtils.replaceEach(String, String[], String[])'
|
||||||
*/
|
*/
|
||||||
public void testReplace_StringStringArrayStringArray() {
|
public void testReplace_StringStringArrayStringArray() {
|
||||||
|
|
||||||
|
@ -1036,7 +1036,7 @@ public class StringUtilsTest extends TestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test method for 'org.apache.commons.lang.StringUtils.replaceEachRepeatedly(String, String[], String[])'
|
* Test method for 'StringUtils.replaceEachRepeatedly(String, String[], String[])'
|
||||||
*/
|
*/
|
||||||
public void testReplace_StringStringArrayStringArrayBoolean() {
|
public void testReplace_StringStringArrayStringArrayBoolean() {
|
||||||
//JAVADOC TESTS START
|
//JAVADOC TESTS START
|
||||||
|
|
Loading…
Reference in New Issue