Skip to content

Commit 0219829

Browse files
authored
Remove redundant javadoc (#959)
1 parent 84758ef commit 0219829

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

driver/src/main/java/org/neo4j/driver/internal/cluster/RediscoveryImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
import static org.neo4j.driver.internal.util.Futures.completedWithNull;
5353
import static org.neo4j.driver.internal.util.Futures.failedFuture;
5454

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-
*/
5955
public class RediscoveryImpl implements Rediscovery
6056
{
6157
private static final String NO_ROUTERS_AVAILABLE = "Could not perform discovery for database '%s'. No routing server available.";

0 commit comments

Comments
 (0)