JAL-4153 comments re patch incorrectly committed under JAL-4513
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 18 Jul 2023 19:51:21 +0000 (20:51 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 18 Jul 2023 19:51:21 +0000 (20:51 +0100)
test/jalview/io/cache/JvCacheableInputBoxTest.java

index 3e0aa36..288444e 100644 (file)
@@ -57,6 +57,7 @@ public class JvCacheableInputBoxTest
 
     try
     {
+      // fix for JAL-4153
       // This delay is essential to prevent the assertion below from executing
       // before swing thread finishes updating the combo-box
       SwingUtilities.invokeAndWait(() -> {
@@ -86,6 +87,7 @@ public class JvCacheableInputBoxTest
 
     try
     {
+      // fix for JAL-4153
       // This delay is to let cacheBox.updateCache() finish updating the cache
       SwingUtilities.invokeAndWait(() -> {
         try