revision for JAL-1749 - ensure view 2D structure menu is removed when no structures...
[jalview.git] / examples / groovy / annotationsascsv.groovy
index 5f0a66a..b63c2c3 100644 (file)
@@ -1,6 +1,6 @@
 // do something groovy in jalview
 print "Hello World.\n";
-def alf = Jalview.getAlignframes();
+def alf = Jalview.getAlignFrames();
 for (ala in alf)
 {
        def alignment = ala.viewport.alignment;