Skip to content

Commit 7c28f1d

Browse files
committed
formatting
1 parent 5af65f8 commit 7c28f1d

File tree

1 file changed

+1
-1
lines changed
  • server/base/src/main/java/org/apache/accumulo/server/util

1 file changed

+1
-1
lines changed

server/base/src/main/java/org/apache/accumulo/server/util/ECAdmin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private void runningCompactions(ServerContext context, boolean details, String f
175175
if (format == null || format.trim().isEmpty()) {
176176
format = "plain";
177177
} else {
178-
// Validate format
178+
// Validate format
179179
Set<String> validFormats = Set.of("plain", "csv", "json");
180180
if (!validFormats.contains(format.toLowerCase())) {
181181
throw new IllegalArgumentException(

0 commit comments

Comments
 (0)