refactoring

This commit is contained in:
rusefillc 2023-01-08 22:09:08 -05:00
parent 7c2fa4520b
commit 63f00c5f2b
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: