We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf66a6b commit f7e6e55Copy full SHA for f7e6e55
core-test-utils/src/main/java/org/neo4j/gds/core/PortFinder.java
@@ -134,7 +134,7 @@ public static int freePort() {
134
return freePort(PREFERRED_PORT);
135
}
136
137
- private static int freePort(int preferred) {
+ public static int freePort(int preferred) {
138
var random = new Random();
139
return IntStream.concat(
140
IntStream.of(preferred),
0 commit comments