JAL-2292 updated method calls
[jalview.git] / src / jalview / ws / sifts / SiftsClient.java
index 2afcfe4..eb094da 100644 (file)
@@ -1005,7 +1005,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