Skip to content

Commit 5cdde78

Browse files
knutwalkerMats-SX
andauthored
Improve javadoc wording
Co-authored-by: Mats Rydberg <mats@neo4j.org>
1 parent d14af79 commit 5cdde78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

annotations/src/main/java/org/neo4j/gds/annotation/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
/**
7474
* The method to be used for converting the configuration value.
7575
* <p>
76-
* This can tale one of two forms:
76+
* This can have one of two forms:
7777
* <ul>
7878
* <li>A method reference of format `package.class#function` to a static and public method.</li>
7979
* <li>An unqualified method name, referring to a public static or instance method in the surrounding interface or its supertypes.</li>
@@ -82,7 +82,7 @@
8282
* In the second case, the method can be an instance method, which allows for the conversion to make use of
8383
* other configuration values.
8484
* <b>FOOT-GUN WARNING:</b> Using other configuration values only works correctly if they are already initialized.
85-
* That is, they must be written above this configuration option.
85+
* That is, they must be written above this configuration option, in source code order.
8686
*/
8787
String method();
8888

0 commit comments

Comments
 (0)