Ted Yu created HBASE-19869:
------------------------------
Summary: Wrong class name used in TestLockManager
Key: HBASE-19869
URL: https://issues.apache.org/jira/browse/HBASE-19869
Project: HBase
Issue Type: Test
Reporter: Ted Yu
In TestLockManager :
{code}
private static final Logger LOG =
LoggerFactory.getLogger(TestLockProcedure.class);
{code}
The class used for logging is incorrect.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
