X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FStringLike.java;h=fa01fe65764a4642641cff78fff503d3ef7eb553;hb=39c97de2f7b8ef87b42f121f37d4f158d1651fe9;hp=be98ff359edf294e0da6f790f22f416a6942d3f2;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;p=jalview.git diff --git a/src/com/stevesoft/pat/StringLike.java b/src/com/stevesoft/pat/StringLike.java index be98ff3..fa01fe6 100755 --- a/src/com/stevesoft/pat/StringLike.java +++ b/src/com/stevesoft/pat/StringLike.java @@ -11,10 +11,10 @@ com.stevesoft.pat; * Package pat can search anything that implements this interface. Package pat * assumes the following: * * Note that searching String is probably faster than searching other objects, * so searching String is still preferred if possible.