saintstack commented on a change in pull request #2652:
URL: https://github.com/apache/hbase/pull/2652#discussion_r524416919
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestZKConnectionRegistry.java
##########
@@ -101,8 +116,8 @@ public void testIndependentZKConnections() throws
IOException {
otherConf.set(HConstants.ZOOKEEPER_QUORUM, MiniZooKeeperCluster.HOST);
try (ZKConnectionRegistry otherRegistry = new
ZKConnectionRegistry(otherConf)) {
ReadOnlyZKClient zk2 = otherRegistry.getZKClient();
- assertNotSame("Using a different configuration / quorum should result
in different " +
- "backing zk connection.", zk1, zk2);
+ assertNotSame("Using a different configuration / quorum should result
in different "
+ + "backing zk connection.", zk1, zk2);
Review comment:
Mistake. I like '+' at end of line. Let me fix.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]