Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Nov 9, 2023
1 parent 00d0bc9 commit 8b3f47e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ public <T, S> Mono<?> findByIdUsingQuery(Object id, Class<T> entityClass, Class<
target = entityClass;
}

// Qualifier qualifier = queryCriteriaIsNotNull(query) ? query.getCriteria().getCriteriaObject() : null;
if (entity.isTouchOnRead()) {
Assert.state(!entity.hasExpirationProperty(),
"Touch on read is not supported for entity without expiration property");
Expand Down Expand Up @@ -983,7 +982,6 @@ private Flux<KeyRecord> findRecordsUsingQuery(String setName, Query query) {
Assert.notNull(query, "Query must not be null!");
Assert.notNull(setName, "Set name must not be null!");

Qualifier qualifier = query.getCriteria().getCriteriaObject();
return findRecordsUsingQuery(setName, null, query);
}

Expand Down

0 comments on commit 8b3f47e

Please sign in to comment.