JAL-4513 move comments
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 18 Jul 2023 17:00:42 +0000 (18:00 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 18 Jul 2023 17:00:42 +0000 (18:00 +0100)
test/jalview/io/cache/JvCacheableInputBoxTest.java

index 35ace47..3e0aa36 100644 (file)
@@ -57,12 +57,11 @@ public class JvCacheableInputBoxTest
 
     try
     {
+      // This delay is essential to prevent the assertion below from executing
+      // before swing thread finishes updating the combo-box
       SwingUtilities.invokeAndWait(() -> {
         try
         {
-          // This delay is essential to prevent the
-          // assertion below from executing before
-          // swing thread finishes updating the combo-box
           Thread.sleep(1);
         } catch (InterruptedException e)
         {
@@ -87,11 +86,10 @@ public class JvCacheableInputBoxTest
 
     try
     {
+      // This delay is to let cacheBox.updateCache() finish updating the cache
       SwingUtilities.invokeAndWait(() -> {
         try
         {
-          // This delay is to let
-          // cacheBox.updateCache() finish updating the cache
           Thread.sleep(1);
         } catch (InterruptedException e)
         {