mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-882 Checkstyle
This commit is contained in:
@ -579,6 +579,7 @@ public abstract class AbstractRDBMSAction
|
|||||||
clause = " 0 = 1 ";
|
clause = " 0 = 1 ";
|
||||||
expectedNoOfParams = 0;
|
expectedNoOfParams = 0;
|
||||||
}
|
}
|
||||||
|
default -> throw new IllegalStateException("Unexpected operator: " + criterion.getOperator());
|
||||||
}
|
}
|
||||||
|
|
||||||
if(expectedNoOfParams != null)
|
if(expectedNoOfParams != null)
|
||||||
|
Reference in New Issue
Block a user