You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/12/17 20:51:27 UTC

cvs commit: ant/src/main/org/apache/tools/ant/util/regexp RegexpUtil.java

peterreilly    2004/12/17 11:51:27

  Modified:    src/main/org/apache/tools/ant/util/regexp RegexpUtil.java
  Log:
  1.6.2 version of class was not final
  
  Revision  Changes    Path
  1.13      +1 -3      ant/src/main/org/apache/tools/ant/util/regexp/RegexpUtil.java
  
  Index: RegexpUtil.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/regexp/RegexpUtil.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- RegexpUtil.java	17 Dec 2004 19:46:04 -0000	1.12
  +++ RegexpUtil.java	17 Dec 2004 19:51:27 -0000	1.13
  @@ -20,9 +20,7 @@
    * Regular expression utilities class which handles flag operations.
    *
    */
  -public final class RegexpUtil {
  -    private RegexpUtil() {
  -    }
  +public class RegexpUtil {
   
       /**
        * Check the options has a particular flag set.
  
  
  

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