Skip to content

Commit fdc7425

Browse files
committed
fix V3DeltaDiscoveryServerCallbacks description
Signed-off-by: radoslaw.chrzanowski <[email protected]>
1 parent fc131d5 commit fdc7425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/test/java/io/envoyproxy/controlplane/server/V3DeltaDiscoveryServerCallbacks.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class V3DeltaDiscoveryServerCallbacks implements DiscoveryServerCallbacks
2121

2222

2323
/**
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.
24+
* Returns an implementation of DiscoveryServerCallbacks that throws if it sees a nod-delta v3 request,
25+
* and counts down on provided latches in response to certain events.
2626
*
2727
* @param onStreamOpenLatch latch to call countDown() on when a v3 stream is opened.
2828
* @param onStreamRequestLatch latch to call countDown() on when a v3 request is seen.

0 commit comments

Comments
 (0)