Skip to content

Commit d3317e4

Browse files
Remote delta stepping stats
1 parent 8b0f6c4 commit d3317e4

File tree

1 file changed

+1
-4
lines changed
  • procedures/facade-api/algorithms-facade-common/src/main/java/org/neo4j/gds/procedures/algorithms/results

1 file changed

+1
-4
lines changed

procedures/facade-api/algorithms-facade-common/src/main/java/org/neo4j/gds/procedures/algorithms/results/StandardStatsResult.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ public record StandardStatsResult(
2626
long computeMillis,
2727
long postProcessingMillis,
2828
Map<String, Object> configuration
29-
) {
30-
31-
32-
}
29+
) implements StatsResult{}

0 commit comments

Comments
 (0)