Skip to content

Commit c23aaaa

Browse files
michael-simonsmeistermeier
authored andcommitted
Unseal Neo4j-Clients.
1 parent ff9d980 commit c23aaaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/springframework/data/neo4j/core/Neo4jClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @since 6.0
4141
*/
4242
@API(status = API.Status.STABLE, since = "6.0")
43-
public sealed interface Neo4jClient permits DefaultNeo4jClient {
43+
public interface Neo4jClient {
4444

4545
LogAccessor cypherLog = new LogAccessor(LogFactory.getLog("org.springframework.data.neo4j.cypher"));
4646

src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @since 6.0
4444
*/
4545
@API(status = API.Status.STABLE, since = "6.0")
46-
public sealed interface ReactiveNeo4jClient permits DefaultReactiveNeo4jClient {
46+
public interface ReactiveNeo4jClient {
4747

4848
LogAccessor cypherLog = new LogAccessor(LogFactory.getLog("org.springframework.data.neo4j.cypher"));
4949

0 commit comments

Comments
 (0)