dlmarion commented on code in PR #5485:
URL: https://github.com/apache/accumulo/pull/5485#discussion_r2047824225


##########
server/base/src/main/java/org/apache/accumulo/server/fs/FileTypePrefix.java:
##########
@@ -18,27 +18,18 @@
  */
 package org.apache.accumulo.server.fs;
 
-import java.util.EnumSet;
-import java.util.HashSet;
 import java.util.Objects;
-import java.util.Set;
-
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 import com.google.common.base.Preconditions;
 
 public enum FileTypePrefix {
 
-  ALL("*"),
-  FLUSH("F"),
+  FLUSH(
+      "F"),

Review Comment:
   I have no idea why the formatter is putting a new line here. I removed it 
locally, and it put it back.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to