Author: mreutegg
Date: Tue May 28 14:27:21 2019
New Revision: 1860278

URL: http://svn.apache.org/viewvc?rev=1860278&view=rev
Log:
OAK-8363: Remove obsolete comment

Modified:
    
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java

Modified: 
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java?rev=1860278&r1=1860277&r2=1860278&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java
 Tue May 28 14:27:21 2019
@@ -692,9 +692,6 @@ public class ClusterNodeInfo {
     public void performLeaseCheck() throws DocumentStoreException {
         if (leaseCheckMode == LeaseCheckMode.DISABLED) {
             // if leaseCheckDisabled is set we never do the check, so return 
fast
-
-            // the 'renewed' flag indicates if this instance *ever* renewed 
the lease after startup
-            // until that is not set, we cannot do the lease check (otherwise 
startup wouldn't work)
             return;
         }
         if (leaseCheckFailed) {


Reply via email to