nabarun created GEODE-6098:
------------------------------

             Summary: Uniform assert statements as rest of the class 
DistributedMemberLock
                 Key: GEODE-6098
                 URL: https://issues.apache.org/jira/browse/GEODE-6098
             Project: Geode
          Issue Type: Bug
            Reporter: nabarun


Change 

{code}

Assert.assertTrue(locked, "Failed to lock " + toString());

{code}

to 

{code}

Assert.assertTrue(locked, "Failed to lock " + this);

{code}

 

like in the rest of the files

{code}

Assert.assertTrue(locked, "Failed to lockInterruptibly " + this);

{code}

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to