Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
codelipenghui committed Feb 17, 2020
1 parent 58a948a commit 94b5c5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
*
* @param <T>
*/
@Slf4j
public abstract class ZooKeeperCache implements Watcher {
public static interface Deserializer<T> {
T deserialize(String key, byte[] content) throws Exception;
Expand Down Expand Up @@ -544,4 +543,6 @@ public void process(WatchedEvent event) {
+ regPath + " expired", ie);
}
}

private static Logger log = LoggerFactory.getLogger(ZooKeeperCache.class);
}

0 comments on commit 94b5c5e

Please sign in to comment.