neo4j / sdn-rx

Nextgen Spring Data module for Neo4j supporting (not only) reactive data access and immutable support
https://neo4j.github.io/sdn-rx
Apache License 2.0
65 stars 23 forks source link

RelationshipChain.max(...) is calling min(...) #204

Closed romain-rossi closed 4 years ago

romain-rossi commented 4 years ago

Fix the method org.neo4j.springframework.data.core.cypher.RelationshipChain#max() which is calling ...lastElement.min(maximum)... instead of ...lastElement.max(maximum)...