You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2007/06/20 23:56:35 UTC

svn commit: r549265 - /ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java

Author: mbenson
Date: Wed Jun 20 14:56:34 2007
New Revision: 549265

URL: http://svn.apache.org/viewvc?view=rev&rev=549265
Log:
ws

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java?view=diff&rev=549265&r1=549264&r2=549265
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java Wed Jun 20 14:56:34 2007
@@ -17,12 +17,10 @@
  */
 package org.apache.tools.ant.util.regexp;
 
-
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 import org.apache.tools.ant.BuildException;
 
-
 /***
  * Regular expression implementation using the JDK 1.4 regular expression package
  */
@@ -99,7 +97,6 @@
                 sb.append(input);
             }
         }
-
         return sb.toString();
     }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org