JAL-2349 fix up tests for Java 11 compatibility and require sequence associated mappa...
[jalview.git] / src / jalview / ws / datamodel / alphafold / PAEContactMatrix.java
index d496097..d48d539 100644 (file)
@@ -382,7 +382,7 @@ public class PAEContactMatrix extends MappableContactMatrix<PAEContactMatrix> im
         }
       }
     }
-    return ContactMatrixI.super.getGroupsFor(column);
+    return super.getGroupsFor(column);
   }
 
   HashMap<BitSet,Color> colorMap = new HashMap<>();