Finish the sentence
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / AbstractNetconfSessionNegotiator.java
index 266f2cf490666afa2798a63cbe0b47865242f1fa..89c0be106837c21a907587dedca8dcb491b20a39 100644 (file)
@@ -193,7 +193,7 @@ public abstract class AbstractNetconfSessionNegotiator<S extends AbstractNetconf
 
     private synchronized void cancelTimeout() {
         if (timeoutTask != null && !timeoutTask.cancel()) {
-            // Late-coming cancel: make sure
+            // Late-coming cancel: make sure the task does not actually run
             timeoutTask = null;
         }
     }