Skip to content

Commit c3ac599

Browse files
committed
Checstyle errors
1 parent 20ad049 commit c3ac599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hbase-shell/src/test/java/org/apache/hadoop/hbase/client/TestKeymetaMockProviderShell.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ public class TestKeymetaMockProviderShell extends ManagedKeyTestBase implements
3838
private final ScriptingContainer jruby = new ScriptingContainer();
3939

4040
@Before
41+
@Override
4142
public void setUp() throws Exception {
42-
final Configuration conf = TEST_UTIL.getConfiguration();
4343
// Enable to be able to debug without timing out.
44+
// final Configuration conf = TEST_UTIL.getConfiguration();
4445
// conf.set("zookeeper.session.timeout", "6000000");
4546
// conf.set("hbase.rpc.timeout", "6000000");
4647
// conf.set("hbase.rpc.read.timeout", "6000000");

0 commit comments

Comments
 (0)