hanm commented on a change in pull request #1049: ZOOKEEPER-3475 Enable
Checkstyle configuration on zookeeper-server
URL: https://github.com/apache/zookeeper/pull/1049#discussion_r314555258
##########
File path: zookeeper-server/src/main/java/org/apache/zookeeper/ClientCnxn.java
##########
@@ -433,22 +417,22 @@ public WatcherSetEventPair(Set<Watcher> watchers,
WatchedEvent event) {
*/
private static String makeThreadName(String suffix) {
String name = Thread.currentThread().getName().
- replaceAll("-EventThread", "");
+
replaceAll("-EventThread", "");
Review comment:
ok. was asking just in case this was a systematic problem instead of an
accident.
----------------------------------------------------------------
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]
With regards,
Apache Git Services