Skip to content

Commit

Permalink
docs: comment like and define to unsupported exception
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Jan 12, 2025
1 parent 5af5627 commit 01c2b94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ protected void condition(CriteriaCondition condition, StringBuilder query, List<
case GREATER_EQUALS_THAN:
predicate(query, " >= ", document, params);
return;
case LIKE:
/* case LIKE:
predicate(query, " LIKE ", document, params);
return;
return;*/
case NOT:
query.append(" NOT ");
condition(document.get(CriteriaCondition.class), query, params, ids);
Expand Down

0 comments on commit 01c2b94

Please sign in to comment.