[ https://issues.apache.org/jira/browse/GEODE-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated GEODE-6098: ---------------------------------- Labels: pull-request-available (was: ) > 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 > Priority: Major > Labels: pull-request-available > > 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)