Browse Source

javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@549262 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
37558d6fec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/RegularExpression.java

+ 1
- 1
src/main/org/apache/tools/ant/types/RegularExpression.java View File

@@ -21,7 +21,7 @@ import org.apache.tools.ant.Project;
import org.apache.tools.ant.util.regexp.Regexp; import org.apache.tools.ant.util.regexp.Regexp;
import org.apache.tools.ant.util.regexp.RegexpFactory; import org.apache.tools.ant.util.regexp.RegexpFactory;


/***
/**
* A regular expression datatype. Keeps an instance of the * A regular expression datatype. Keeps an instance of the
* compiled expression for speed purposes. This compiled * compiled expression for speed purposes. This compiled
* expression is lazily evaluated (it is compiled the first * expression is lazily evaluated (it is compiled the first


Loading…
Cancel
Save