Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149829950 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/Leader.java --- @@ -984,8 +990,6 @@ public void commitAndActivate(long zxid, long designatedLeader) { /** * Create an inform packet and send it to all observers. - * @param zxid - * @param proposal --- End diff -- Not that it adds much value, but why does this line need to be removed?
---