Github user tumativ commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/712#discussion_r235386518
--- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/common/ZookeeperServerStabilizerConfig.java
---
@@ -0,0 +1,30 @@
+/**
+ *
+ */
+package org.apache.zookeeper.common;
+
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+public class ZookeeperServerStabilizerConfig {
+ protected static final Logger LOG = LoggerFactory.getLogger(ZookeeperServerStabilizerConfig.class);
--- End diff --
Sure.
---
|