Skip to content

Commit 025e2eb

Browse files
Update reactive wrapper coordinates to new location.
Closes: #2624 See: spring-projects/spring-data-commons#2708
1 parent c7bbbd7 commit 025e2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/neo4j/repository/query/ReactiveNeo4jQueryMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
import org.springframework.data.neo4j.repository.support.ReactiveCypherdslStatementExecutor;
2525
import org.springframework.data.projection.ProjectionFactory;
2626
import org.springframework.data.repository.core.RepositoryMetadata;
27-
import org.springframework.data.repository.util.ReactiveWrappers;
2827
import org.springframework.data.util.Lazy;
28+
import org.springframework.data.util.ReactiveWrappers;
2929
import org.springframework.data.util.TypeInformation;
3030
import org.springframework.util.ClassUtils;
3131

0 commit comments

Comments
 (0)