mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Checkstyle (default in switch)
This commit is contained in:
@ -119,6 +119,7 @@ public class QQueryFilterFormatter
|
|||||||
case NOT_BETWEEN -> rs.append(" is not ");
|
case NOT_BETWEEN -> rs.append(" is not ");
|
||||||
case TRUE -> rs.append(" is True ");
|
case TRUE -> rs.append(" is True ");
|
||||||
case FALSE -> rs.append(" is False ");
|
case FALSE -> rs.append(" is False ");
|
||||||
|
default -> rs.append(" ").append(StringUtils.allCapsToMixedCase(String.valueOf(criteria.getOperator())).replaceAll("_", " ")).append(" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
List<Serializable> values = criteria.getValues();
|
List<Serializable> values = criteria.getValues();
|
||||||
|
Reference in New Issue
Block a user