Replace "if(" with "if ("
This commit is contained in:
@@ -131,10 +131,10 @@ public class ExecutionCommand {
|
||||
|
||||
|
||||
|
||||
public ExecutionCommand(){
|
||||
public ExecutionCommand() {
|
||||
}
|
||||
|
||||
public ExecutionCommand(Integer id){
|
||||
public ExecutionCommand(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user