252253254255256257258259260261262263
} boolean print = true; if (otherState != null && otherState.equals(ControllerState.ERROR) == false) { ControllerStateModel states = controller.getStates(); if (states.isBeforeState(otherState, dependentState) == false) print = false; } if (print) {