Skip to content

Commit db316b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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
24+
* Returns an implementation of DiscoveryServerCallbacks that throws if it sees a nod-delta v3 request, and counts down on
2525
* provided latches in response to certain events.
2626
*
2727
* @param onStreamOpenLatch latch to call countDown() on when a v3 stream is opened.

0 commit comments

Comments
 (0)