This is an automated email from the ASF dual-hosted git repository. cshannon pushed a commit to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/elasticity by this push: new 7b84e2206a Remove unused import after merge 7b84e2206a is described below commit 7b84e2206a19e0bac6c952d87e6810865d9c201a Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com> AuthorDate: Sat Nov 18 15:34:11 2023 -0500 Remove unused import after merge --- .../java/org/apache/accumulo/core/metadata/schema/MetadataSchema.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataSchema.java b/core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataSchema.java index d7f6452670..d9c2e85cd3 100644 --- a/core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataSchema.java +++ b/core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataSchema.java @@ -35,7 +35,6 @@ import org.apache.accumulo.core.schema.Section; import org.apache.accumulo.core.util.ColumnFQ; import org.apache.accumulo.core.util.Pair; import org.apache.hadoop.io.Text; -import org.checkerframework.common.returnsreceiver.qual.This; import com.google.common.base.Preconditions;