adding (unnecessary, but informative super() call in Desktop
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Fri, 11 Jan 2019 04:46:25 +0000 (22:46 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Fri, 11 Jan 2019 04:46:25 +0000 (22:46 -0600)
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.