Skip to content

Commit 87a9691

Browse files
Update modules/ROOT/pages/extending-neo4j/project-setup.adoc
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
1 parent c471558 commit 87a9691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/extending-neo4j/project-setup.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ public class CustomDatabaseSeedProvider implements DatabaseSeedProvider {
197197
}
198198
----
199199

200-
To implement the custom database seed provider, you must implement three methods on the top-level `DatabaseSeedProvider` interface.
200+
To implement the custom database seed provider, you must define three methods on the top-level `DatabaseSeedProvider` interface:
201+
201202
* A method to match the URIs that the provider can manage.
202203
* A method to stream backups or dumps from a specified URI.
203204
* A method to inject dependencies in the provider.

0 commit comments

Comments
 (0)