You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/07/29 12:25:09 UTC

svn commit: r798840 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java

Author: bodewig
Date: Wed Jul 29 10:25:08 2009
New Revision: 798840

URL: http://svn.apache.org/viewvc?rev=798840&view=rev
Log:
Huh?

Modified:
    ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java

Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java?rev=798840&r1=798839&r2=798840&view=diff
==============================================================================
--- ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java (original)
+++ ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java Wed Jul 29 10:25:08 2009
@@ -273,11 +273,7 @@
                 continue;
             }
 
-            if (!cr) {
-                cleanedBuffer.append(ch);
-            } else {
-                cleanedBuffer.append(ch);
-            }
+            cleanedBuffer.append(ch);
         }
         return cleanedBuffer.toString();
     }