Finish the sentence 71/102671/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Oct 2022 14:30:11 +0000 (16:30 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Oct 2022 14:30:11 +0000 (16:30 +0200)
The fix here broke off mid-sentence, finish that up.

Change-Id: I4e991d84e048e9fb1c9312444527b4a2dbb7c618
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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;
         }
     }