refactoring

This commit is contained in:
rusefillc 2023-01-08 22:09:08 -05:00
parent c72528e5c2
commit d8c15cc354
1 changed files with 1 additions and 1 deletions

View File

@ -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: