Author: bayard Date: Thu Dec 10 12:06:34 2009 New Revision: 889225 URL: http://svn.apache.org/viewvc?rev=889225&view=rev Log: Removing package name from comment - unnecessary. LANG-563
Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java?rev=889225&r1=889224&r2=889225&view=diff ============================================================================== --- commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java (original) +++ commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java Thu Dec 10 12:06:34 2009 @@ -1004,7 +1004,7 @@ } /** - * 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 @@ } /** - * 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