JAL-2314 Tweaks to stop thread sync issues
[jalview.git] / src / jalview / gui / Desktop.java
index 7d0eb7f..32e5f64 100644 (file)
@@ -2875,6 +2875,8 @@ public class Desktop extends jalview.jbgui.GDesktop implements
                 || (t2 != null && t2.isAlive())
                 || (t3 != null && t3.isAlive())
                 || (t0 != null && t0.isAlive());
+        // could just as easily ask discoverer if it is still running instead of
+        // holding ref to thread
       }
     }
   }