Browse Source

Make class compile

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271962 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
6ade50a1a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/src/todo/org/apache/tools/todo/util/regexp/JakartaRegexpMatcher.java

+ 1
- 1
proposal/myrmidon/src/todo/org/apache/tools/todo/util/regexp/JakartaRegexpMatcher.java View File

@@ -116,7 +116,7 @@ public class JakartaRegexpMatcher implements RegexpMatcher
}
catch( RESyntaxException e )
{
throw new TaskException( e );
throw new TaskException( e.toString(), e );
}
}



Loading…
Cancel
Save