Skip to content

Commit

Permalink
Fix checkstyle failures in compaction-job-creation module
Browse files Browse the repository at this point in the history
  • Loading branch information
kr565370 committed Mar 13, 2024
1 parent 2f70f6d commit 821a8de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public CreateCompactionJobs(ObjectFactory objectFactory,
}

public enum Mode {
STRATEGY, FORCE_ALL_FILES_AFTER_STRATEGY;
STRATEGY, FORCE_ALL_FILES_AFTER_STRATEGY
}

public void createJobs() throws StateStoreException, IOException, ObjectFactoryException {
Expand Down

0 comments on commit 821a8de

Please sign in to comment.