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:
Henri Yandell 2009-12-10 12:06:34 +00:00
parent cf429f5324
commit 4c560e85a2
1 changed files with 2 additions and 2 deletions

View File

@ -1004,7 +1004,7 @@ public void testReplaceOnce_StringStringString() {
}
/**
* Test method for 'org.apache.commons.lang.StringUtils.replaceEach(String, String[], String[])'
* Test method for 'StringUtils.replaceEach(String, String[], String[])'
*/
public void testReplace_StringStringArrayStringArray() {
@ -1036,7 +1036,7 @@ public void testReplace_StringStringArrayStringArray() {
}
/**
* Test method for 'org.apache.commons.lang.StringUtils.replaceEachRepeatedly(String, String[], String[])'
* Test method for 'StringUtils.replaceEachRepeatedly(String, String[], String[])'
*/
public void testReplace_StringStringArrayStringArrayBoolean() {
//JAVADOC TESTS START