Skip to content

Commit 085591f

Browse files
author
talhadilber
committed
README file updated smallformat fix
1 parent 72aed76 commit 085591f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ customerRepository.findAll(CriteriaList.of(
294294
Criteria.OR(),
295295
Criteria.of("name", CriteriaOperator.EQUAL, "Customer 2")));
296296

297-
customerRepository.findAll(CriteriaList.of(
297+
customerRepository.findAll(CriteriaList.of(
298298
Criteria.of("age", CriteriaOperator.EQUAL, 23, 24),
299299
Criteria.of("age", CriteriaOperator.NOT_EQUAL, 20, 21),
300300
Criteria.OR(), // ( [ (23 or 24) AND (not 20 and not 21) ] "OR" [ (not 24) AND (25 or 26) ])

0 commit comments

Comments
 (0)