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_r313037852
##########
File path:
zookeeper-server/src/test/java/org/apache/zookeeper/test/WatcherTest.java
##########
@@ -142,18 +137,16 @@ public void processResult(int rc, String path, Object
ctx) {
}
}
}
-
+
@Test
- public void testWatcherDisconnectOnClose()
- throws IOException, InterruptedException, KeeperException
- {
+ public void testWatcherDisconnectOnClose() throws Exception {
Review comment:
Unnecessary exception type change?
----------------------------------------------------------------
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