Browse Source

1.6.2 version of class was not final

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277249 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
e34cdfd356
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/main/org/apache/tools/ant/util/regexp/RegexpUtil.java

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

@@ -20,9 +20,7 @@ package org.apache.tools.ant.util.regexp;
* 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.


Loading…
Cancel
Save