Skip to content

Commit 0db1fd9

Browse files
committed
Merge branch '3.1'
2 parents 8233e37 + da5fcb9 commit 0db1fd9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

server/manager/src/main/java/org/apache/accumulo/manager/tableOps/create/PopulateZookeeper.java

-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@
3030
import org.apache.accumulo.manager.tableOps.Utils;
3131
import org.apache.accumulo.server.conf.store.TablePropKey;
3232
import org.apache.accumulo.server.util.PropUtil;
33-
import org.slf4j.Logger;
34-
import org.slf4j.LoggerFactory;
3533

3634
class PopulateZookeeper extends ManagerRepo {
3735

3836
private static final long serialVersionUID = 1L;
39-
private static final Logger log = LoggerFactory.getLogger(PopulateZookeeper.class);
4037

4138
private final TableInfo tableInfo;
4239

test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java

-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ public void createTableWithBadProperties()
228228
@Test
229229
public void createTablesWithSameNameInDifferentNamespace() throws Exception {
230230
TableOperations tableOps = accumuloClient.tableOperations();
231-
String[] names = getUniqueNames(2);
232231

233232
accumuloClient.namespaceOperations().create("test1");
234233
accumuloClient.namespaceOperations().create("test2");

0 commit comments

Comments
 (0)