Skip to content

Commit c04b766

Browse files
knutwalkers1ck
authored andcommitted
Load relationships from multiple tables
1 parent 5cb9720 commit c04b766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotations/src/main/java/org/neo4j/gds/core/CypherMapWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
public final class CypherMapWrapper implements CypherMapAccess {
3636

37-
public static CypherMapWrapper create(@Nullable Map<String, Object> config) {
37+
public static CypherMapWrapper create(@Nullable Map<String, ? extends Object> config) {
3838
if (config == null) {
3939
return empty();
4040
}

0 commit comments

Comments
 (0)