X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FFastMulti.java;fp=src%2Fcom%2Fstevesoft%2Fpat%2FFastMulti.java;h=ab6a58616c4eadc742292e6861c9ebbfab6c7f22;hb=3459a8a691cb22508d7067f240b7254e588e77d3;hp=cad69ee084abfc29654bffe3b892bdc9e549f7a3;hpb=5b27f1062b2203c4c31702e205f4c78e1992063e;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)