Skip to content

Commit 837252a

Browse files
committed
Revert ExecutorService change
In PregelBootstrap we depend on the released version (2.4.5). This change will come when we release 2.4.6.
1 parent 2180877 commit 837252a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pregel-bootstrap/src/test/java/gds/example/ExamplePregelComputationAlgoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void runExamplePregelComputation() {
6464
graph,
6565
config,
6666
new ExamplePregelComputation(),
67-
ExecutorServices.DEFAULT,
67+
Pools.DEFAULT,
6868
ProgressTracker.NULL_TRACKER
6969
);
7070

0 commit comments

Comments
 (0)