Skip to content

Commit

Permalink
GH-2726 - Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
meistermeier committed Jun 1, 2023
1 parent abbd68b commit d822a0c
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,6 @@ static QueryFragmentsAndParameters forCondition(Neo4jPersistentEntity<?> entityM
return forCondition(entityMetaData, condition, null, null, sortItems, null, null, null);
}


static QueryFragmentsAndParameters forCondition(Neo4jPersistentEntity<?> entityMetaData,
Condition condition,
@Nullable Pageable pageable,
@Nullable Sort sort,
@Nullable Integer limit,
@Nullable java.util.function.Predicate<PropertyFilter.RelaxedPropertyPath> includeField
) {
return forCondition(entityMetaData, condition, pageable, sort, null, limit, null, includeField);
}

static QueryFragmentsAndParameters forConditionWithScrollPosition(Neo4jPersistentEntity<?> entityMetaData,
Condition condition,
ScrollPosition scrollPosition,
Expand Down

0 comments on commit d822a0c

Please sign in to comment.