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:
@ -603,6 +603,10 @@ public abstract class AbstractRDBMSAction
|
||||
expectedNoOfParams = 0;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
throw new IllegalArgumentException("Unexpected operator: " + criterion.getOperator());
|
||||
}
|
||||
}
|
||||
|
||||
if(expectedNoOfParams != null)
|
||||
|
Reference in New Issue
Block a user