Skip to content

Commit 51185eb

Browse files
s1ckIoannisPanagiotas
authored andcommitted
Pass 0 flag to id generator method
1 parent 85270cb commit 51185eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neo4j-adapter/src/main/java/org/neo4j/gds/compat/InternalReadOps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static void reserveNeo4jIds(
5757
)
5858
.findFirst().orElseThrow(InternalReadOps::unsupportedStoreFormatException);
5959

60-
idGenerator.nextConsecutiveIdRange(size, false, cursorContext);
60+
idGenerator.nextConsecutiveIdRange(size, 0x0, cursorContext);
6161
}
6262

6363
public static Stream<IdGenerator> findValidIdGeneratorsStream(

0 commit comments

Comments
 (0)