HBASE-19360 Removed unused imports from hbase-zookeeper module

This commit is contained in:
Jan Hentschel 2017-11-28 14:41:17 +01:00
parent b367902f74
commit 65b271d5b2
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@
*/
package org.apache.hadoop.hbase.zookeeper;
import static org.apache.hadoop.hbase.HConstants.DEFAULT_ZK_SESSION_TIMEOUT;
import static org.apache.hadoop.hbase.HConstants.ZK_SESSION_TIMEOUT;
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;