Skip to content

Commit cd2d32e

Browse files
committed
chore: include the return on swich
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 823b66b commit cd2d32e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jnosql-arangodb/src/main/java/org/eclipse/jnosql/databases/arangodb/communication/QueryAQLConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ private static void definesCondition(CriteriaCondition condition,
153153
return;
154154
case LIKE:
155155
appendCondition(aql, params, entity, document, LIKE);
156+
return;
156157
case CONTAINS:
157158
appendCondition(aql, params, entity, Element.of(document.name(), StringMatch.CONTAINS.format(document.get(String.class))), LIKE);
158159
return;

0 commit comments

Comments
 (0)