Skip to content

Commit

Permalink
Removed final (injected value)
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Jun 12, 2023
1 parent b9c3ca3 commit 0fdddfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class StartInstanceCommand implements AdminCommand {
private String instanceName;

@Param(optional = true, defaultValue = "normal", acceptableValues="none, normal, full")
private final String sync="normal";
private String sync="normal";

@Param(optional = true, defaultValue = "false")
private boolean debug;
Expand Down

0 comments on commit 0fdddfc

Please sign in to comment.