Skip to content

Commit 4b11730

Browse files
committed
Fix forbidden-apis signature file
1 parent ebf232b commit 4b11730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/forbidden-apis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.neo4j.configuration.SettingImpl#newBuilder(java.lang.String, org.neo4j.confi
1212
org.neo4j.configuration.SettingBuilder(java.lang.String, org.neo4j.configuration.SettingValueParser, java.lang.Object) @ Use SettingProxy#newBuilder instead.
1313

1414
org.neo4j.io.layout.Neo4jLayout.of(org.neo4j.configuration.Config) @ Use Neo4jProxy.neo4jLayout instead.
15-
org.neo4j.io.layout.Neo4jLayout#of(org.neo4j.graphdb.config.Configuration) @ Use Neo4jProxy.neo4jLayout instead.
15+
org.neo4j.io.layout.Neo4jLayout.of(org.neo4j.graphdb.config.Configuration) @ Use Neo4jProxy.neo4jLayout instead.
1616

1717
java.util.ServiceLoader#load(java.lang.Class) @ Must pass explicit class loader with service loading, as the context class loader for the thread may be the wrong one
1818

0 commit comments

Comments
 (0)