JAL-1953 named various threads
[jalview.git] / src / jalview / ws / DasSequenceFeatureFetcher.java
index 06d176e..21af021 100644 (file)
@@ -213,7 +213,7 @@ public class DasSequenceFeatureFetcher
       if (reply == JvOptionPane.YES_OPTION)
       {
         Thread thread = new Thread(new FetchDBRefs(),
-                "FetchDBReferenceManagerThread");
+                "FetchDBReferenceManager");
         thread.start();
       }
       else
@@ -231,7 +231,7 @@ public class DasSequenceFeatureFetcher
   private void _startFetching()
   {
     running = true;
-    new Thread(new FetchSeqFeatures(), "FetchSeqFeaturesThread").start();
+    new Thread(new FetchSeqFeatures(), "FetchSeqFeatures").start();
   }
 
   class FetchSeqFeatures implements Runnable