JAL-2292 updated method calls
[jalview.git] / src / jalview / analysis / AlignSeq.java
index f7e8f2e..86bf721 100755 (executable)
@@ -620,7 +620,7 @@ public class AlignSeq
       {
         if ((i + (j * len)) < astr1.length())
         {
-          boolean sameChar = Comparison.compareChars(
+          boolean sameChar = Comparison.isSameResidue(
                   astr1.charAt(i + (j * len)), astr2.charAt(i + (j * len)),
                   false);
           if (sameChar