JAL-4153 comments re patch incorrectly committed under JAL-4513
[jalview.git] / 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