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 84758ef commit 0219829Copy full SHA for 0219829
driver/src/main/java/org/neo4j/driver/internal/cluster/RediscoveryImpl.java
@@ -52,10 +52,6 @@
52
import static org.neo4j.driver.internal.util.Futures.completedWithNull;
53
import static org.neo4j.driver.internal.util.Futures.failedFuture;
54
55
-/**
56
- * This class is used by all router tables to perform discovery.
57
- * In other words, the methods in this class could be called by multiple threads concurrently.
58
- */
59
public class RediscoveryImpl implements Rediscovery
60
{
61
private static final String NO_ROUTERS_AVAILABLE = "Could not perform discovery for database '%s'. No routing server available.";
0 commit comments