Remove commented out code

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1561016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-01-24 14:07:03 +00:00
parent 731a7fa4b9
commit 5158ed5e23
1 changed files with 0 additions and 2 deletions

View File

@ -148,8 +148,6 @@ public class WordUtilsTest {
assertEquals(expected, WordUtils.wrap(input, 20, "\n", false));
expected = "Click here,\nhttp://commons.apach\ne.org, to jump to\nthe commons website";
assertEquals(expected, WordUtils.wrap(input, 20, "\n", true));
// System.err.println(expected);
// System.err.println(WordUtils.wrap(input, 20, "\n", false));
}
//-----------------------------------------------------------------------