ctubbsii commented on code in PR #5485:
URL: https://github.com/apache/accumulo/pull/5485#discussion_r2048075896
##########
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'm not sure why this happens. There may be some obscure Eclipse formatter
config for it, but it can be prevented by adding a comment after, or separating
enums with blank lines (perhaps with a javadoc for each, for example).
--
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]