This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new de53324cae Remove unused items to fix trivial warnings de53324cae is described below commit de53324cae30cdc2099c9dc1e0eb1e489b224e0e Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Thu Feb 13 17:45:19 2025 -0500 Remove unused items to fix trivial warnings Fix trivial warnings added in #5323 --- .../org/apache/accumulo/manager/tableOps/create/PopulateZookeeper.java | 3 --- test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java | 1 - 2 files changed, 4 deletions(-) diff --git a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/create/PopulateZookeeper.java b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/create/PopulateZookeeper.java index db0c6db4d9..23729beaeb 100644 --- a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/create/PopulateZookeeper.java +++ b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/create/PopulateZookeeper.java @@ -28,13 +28,10 @@ import org.apache.accumulo.manager.tableOps.TableInfo; import org.apache.accumulo.manager.tableOps.Utils; import org.apache.accumulo.server.conf.store.TablePropKey; import org.apache.accumulo.server.util.PropUtil; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; class PopulateZookeeper extends ManagerRepo { private static final long serialVersionUID = 1L; - private static final Logger log = LoggerFactory.getLogger(PopulateZookeeper.class); private final TableInfo tableInfo; diff --git a/test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java b/test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java index 8007b81996..53691a76e5 100644 --- a/test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java +++ b/test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java @@ -221,7 +221,6 @@ public class TableOperationsIT extends AccumuloClusterHarness { @Test public void createTablesWithSameNameInDifferentNamespace() throws Exception { TableOperations tableOps = accumuloClient.tableOperations(); - String[] names = getUniqueNames(2); accumuloClient.namespaceOperations().create("test1"); accumuloClient.namespaceOperations().create("test2");