changeset 2330:8a72ec59f804

Remove obsolete comment in BytemanControlCommand. Reviewed-by: aazores Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-June/019073.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 01 Jun 2016 15:49:49 +0200
parents 423ff6069132
children 7f68be44aea9
files vm-byteman/client-cli/src/main/java/com/redhat/thermostat/vm/byteman/client/cli/internal/BytemanControlCommand.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vm-byteman/client-cli/src/main/java/com/redhat/thermostat/vm/byteman/client/cli/internal/BytemanControlCommand.java	Wed Jun 01 17:39:53 2016 -0400
+++ b/vm-byteman/client-cli/src/main/java/com/redhat/thermostat/vm/byteman/client/cli/internal/BytemanControlCommand.java	Wed Jun 01 15:49:49 2016 +0200
@@ -228,7 +228,6 @@
     // package-private for testing
     void waitWithTimeout(CountDownLatch latch) {
         try {
-            // wait for request to finish. The listener does the rest.
             latch.await(5, TimeUnit.SECONDS);
         } catch (InterruptedException e) {
             // ignore