File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
annotations/src/main/java/org/neo4j/gds/annotation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments