diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java b/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java
index b1e57f0d3..64e8350fd 100644
--- a/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java
+++ b/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java
@@ -15,9 +15,9 @@ import org.apache.myrmidon.api.TaskException;
*
* @author Matthew Inger
*/
-public interface Regexp extends RegexpMatcher
+public interface Regexp
+ extends RegexpMatcher
{
-
/**
* Replace only the first occurance of the regular expression
*/
diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp/Regexp.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp/Regexp.java
index b1e57f0d3..64e8350fd 100644
--- a/proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp/Regexp.java
+++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp/Regexp.java
@@ -15,9 +15,9 @@ import org.apache.myrmidon.api.TaskException;
*
* @author Matthew Inger
*/
-public interface Regexp extends RegexpMatcher
+public interface Regexp
+ extends RegexpMatcher
{
-
/**
* Replace only the first occurance of the regular expression
*/