CE-882 Checkstyle

This commit is contained in:
2024-04-25 12:20:44 -05:00
parent c01a96d4c2
commit 674b090ba3

View File

@ -579,6 +579,7 @@ public abstract class AbstractRDBMSAction
clause = " 0 = 1 ";
expectedNoOfParams = 0;
}
default -> throw new IllegalStateException("Unexpected operator: " + criterion.getOperator());
}
if(expectedNoOfParams != null)