JAL-2075 make GroovyConsole a singleton so tests requiring a valid AlignFrame but...
[jalview.git] / src / jalview / gui / Desktop.java
index ba7f255..b7c4098 100644 (file)
@@ -3164,7 +3164,7 @@ public class Desktop extends jalview.jbgui.GDesktop implements
     Desktop.currentAlignFrame = currentAlignFrame;
   }
 
-  public Object getGroovyConsole()
+  public static Object getGroovyConsole()
   {
     return groovyConsole;
   }