We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9d980 commit c23aaaaCopy full SHA for c23aaaa
src/main/java/org/springframework/data/neo4j/core/Neo4jClient.java
@@ -40,7 +40,7 @@
40
* @since 6.0
41
*/
42
@API(status = API.Status.STABLE, since = "6.0")
43
-public sealed interface Neo4jClient permits DefaultNeo4jClient {
+public interface Neo4jClient {
44
45
LogAccessor cypherLog = new LogAccessor(LogFactory.getLog("org.springframework.data.neo4j.cypher"));
46
src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jClient.java
@@ -43,7 +43,7 @@
-public sealed interface ReactiveNeo4jClient permits DefaultReactiveNeo4jClient {
+public interface ReactiveNeo4jClient {
47
48
49
0 commit comments