Reorder modifiers to comply with java standards CancelExecutionParams class
Issue-ID: SO-1490
Change-Id: Id2eb6862482dbcaeb349ab466f44d54130d699a3
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
@JsonProperty("action")
private String action;
- public final static String CANCEL_ACTION = "cancel";
- public final static String FORCE_CANCEL_ACTION = "force-cancel";
+ public static final String CANCEL_ACTION = "cancel";
+ public static final String FORCE_CANCEL_ACTION = "force-cancel";
public String getAction() {
return action;