Merge branch 'develop' into features/JAL-2295setChimeraAttributes
[jalview.git] / src / jalview / ws / sifts / SiftsClient.java
index 5bd0b89..56b80fb 100644 (file)
@@ -1019,7 +1019,7 @@ public class SiftsClient implements SiftsClientI
         {
           if ((i + (j * len)) < seqRes.length())
           {
-            boolean sameChar = Comparison.compareChars(
+            boolean sameChar = Comparison.isSameResidue(
                     seqRes.charAt(i + (j * len)),
                     strRes.charAt(i + (j * len)), false);
             if (sameChar