JAL-1807 attempt to add additional j2s project within default jalview project
[jalview.git] / examples / groovy / removeFeaturesByGroup.groovy
index bf7f74d..34a8c94 100644 (file)
@@ -3,7 +3,7 @@ import jalview.datamodel.*;
 import jalview.gui.AlignFrame;
 import jalview.gui.AlignViewport;
 
-def af = Jalview.getAlignframes();
+def af = Jalview.getAlignFrames();
 
 def todie = "PDBFile"; // about to delete this type of group
 for (ala in af)