Skip to content

Commit

Permalink
code formatting for StreamOperation.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeepkumar1984 authored and jaydeep1984 committed Nov 5, 2024
1 parent 6002387 commit 5730aa2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public enum StreamOperation
BULK_LOAD("Bulk Load", true, false),
REPAIR("Repair", true, false);


private final String description;
private final boolean requiresViewBuild;
private final boolean keepSSTableLevel;
Expand Down

0 comments on commit 5730aa2

Please sign in to comment.