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=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=cad69ee084abfc29654bffe3b892bdc9e549f7a3;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;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)