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:
parent
731a7fa4b9
commit
5158ed5e23
|
@ -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));
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue