From: Ben Soares Date: Tue, 18 Jul 2023 17:00:42 +0000 (+0100) Subject: JAL-4513 move comments X-Git-Tag: Release_2_11_3_0~10^2~2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d2fb2e89db496142f167273c671732461e378d64;hp=2de98d293f03069b1585e64b27666b2e3e801137;p=jalview.git JAL-4513 move comments --- diff --git a/test/jalview/io/cache/JvCacheableInputBoxTest.java b/test/jalview/io/cache/JvCacheableInputBoxTest.java index 35ace47..3e0aa36 100644 --- a/test/jalview/io/cache/JvCacheableInputBoxTest.java +++ b/test/jalview/io/cache/JvCacheableInputBoxTest.java @@ -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) {