Browse Source

*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270705 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
13c6be4ba1
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java
  2. +2
    -2
      proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp/Regexp.java

+ 2
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java View File

@@ -15,9 +15,9 @@ import org.apache.myrmidon.api.TaskException;
*
* @author <a href="mailto:mattinger@mindless.com">Matthew Inger</a>
*/
public interface Regexp extends RegexpMatcher
public interface Regexp
extends RegexpMatcher
{

/**
* Replace only the first occurance of the regular expression
*/


+ 2
- 2
proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp/Regexp.java View File

@@ -15,9 +15,9 @@ import org.apache.myrmidon.api.TaskException;
*
* @author <a href="mailto:mattinger@mindless.com">Matthew Inger</a>
*/
public interface Regexp extends RegexpMatcher
public interface Regexp
extends RegexpMatcher
{

/**
* Replace only the first occurance of the regular expression
*/


Loading…
Cancel
Save