You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by tumativ <gi...@git.apache.org> on 2018/11/29 01:24:25 UTC

[GitHub] zookeeper pull request #712: Maintain the configuration will be used by serv...

Github user tumativ commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/712#discussion_r237324365
  
    --- 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 --
    
    Done


---