refactoring
This commit is contained in:
parent
7c2fa4520b
commit
63f00c5f2b
|
@ -101,7 +101,7 @@ public class TriggerWheelInfo {
|
|||
case TRIGGER_HARDCODED_OPERATION_MODE:
|
||||
hardcodedOperationMode = Boolean.parseBoolean(value);
|
||||
break;
|
||||
case "isSynchronizationNeeded":
|
||||
case TRIGGER_WITH_SYNC:
|
||||
isSynchronizationNeeded = Integer.parseInt(value) > 0;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue