Browse Source

ws

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

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

@@ -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 @@ public class Jdk14RegexpRegexp extends Jdk14RegexpMatcher implements Regexp {
sb.append(input);
}
}

return sb.toString();
}
}

Loading…
Cancel
Save