We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc131d5 commit fdc7425Copy full SHA for fdc7425
server/src/test/java/io/envoyproxy/controlplane/server/V3DeltaDiscoveryServerCallbacks.java
@@ -21,8 +21,8 @@ public class V3DeltaDiscoveryServerCallbacks implements DiscoveryServerCallbacks
21
22
23
/**
24
- * Returns an implementation of DiscoveryServerCallbacks that throws if it sees a v2 request, and counts down on
25
- * provided latches in response to certain events.
+ * Returns an implementation of DiscoveryServerCallbacks that throws if it sees a nod-delta v3 request,
+ * and counts down on provided latches in response to certain events.
26
*
27
* @param onStreamOpenLatch latch to call countDown() on when a v3 stream is opened.
28
* @param onStreamRequestLatch latch to call countDown() on when a v3 request is seen.
0 commit comments