adding (unnecessary, but informative super() call in Desktop
[jalview.git] / src / jalview / gui / Desktop.java
index a927741..6599cb9 100644 (file)
@@ -344,6 +344,7 @@ public class Desktop extends jalview.jbgui.GDesktop
    */
   public Desktop()
   {
+         super();
     /**
      * A note to implementors. It is ESSENTIAL that any activities that might block
      * are spawned off as threads rather than waited for during this constructor.