X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FFastMulti.java;h=ab6a58616c4eadc742292e6861c9ebbfab6c7f22;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=cad69ee084abfc29654bffe3b892bdc9e549f7a3;hpb=4d7f98a6dd54d9863ba449ec79dcd95d25ed863d;p=jalview.git diff --git a/src/com/stevesoft/pat/FastMulti.java b/src/com/stevesoft/pat/FastMulti.java index cad69ee..ab6a586 100755 --- a/src/com/stevesoft/pat/FastMulti.java +++ b/src/com/stevesoft/pat/FastMulti.java @@ -34,8 +34,8 @@ class FastMulti extends PatternSub { if (p == null) { - RegSyntaxError.endItAll("Null length pattern " - + "followed by *, +, or other Multi."); + RegSyntaxError.endItAll( + "Null length pattern " + "followed by *, +, or other Multi."); } fewestMatches = a; mostMatches = b; @@ -158,7 +158,8 @@ class FastMulti extends PatternSub { try { - FastMulti fm = new FastMulti(fewestMatches, mostMatches, sub.clone(h)); + FastMulti fm = new FastMulti(fewestMatches, mostMatches, + sub.clone(h)); fm.matchFewest = matchFewest; return fm; } catch (RegSyntax rs)