Browse Source

ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@549266 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
0efc2f8172
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java

+ 0
- 3
src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java View File

@@ -22,8 +22,6 @@ import org.apache.oro.text.regex.Substitution;
import org.apache.oro.text.regex.Util;
import org.apache.tools.ant.BuildException;



/***
* Regular expression implementation using the Jakarta Oro package
*/
@@ -69,7 +67,6 @@ public class JakartaOroRegexp extends JakartaOroMatcher implements Regexp {
}
}


// Do the substitution
Substitution s =
new Perl5Substitution(subst.toString(),


Loading…
Cancel
Save