Github user lvfangmin commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/629#discussion_r220382505
--- Diff: src/java/main/org/apache/zookeeper/server/ServerStats.java ---
@@ -35,7 +35,7 @@
private long totalLatency = 0;
private long count = 0;
private AtomicLong fsyncThresholdExceedCount = new AtomicLong(0);
-
+
--- End diff --
Sorry for mention this again, but I think removing the tailing white space
will make the code cleaner.---
