whoops 2
authorzapata <zapata>
Thu, 10 Aug 2006 20:00:28 +0000 (20:00 +0000)
committerzapata <zapata>
Thu, 10 Aug 2006 20:00:28 +0000 (20:00 +0000)
source/mir/misc/StringUtil.java

index 7f08337..469c1ab 100755 (executable)
@@ -221,7 +221,7 @@ public final class StringUtil {
     return calendar.getTime();
   }
 
-  public String regexpReplace(String anInput, String anExpression, String aReplacement) throws Exception {
+  public static String regexpReplace(String anInput, String anExpression, String aReplacement) throws Exception {
     Perl5Matcher matcher = new Perl5Matcher();
 
     return Util.substitute(