Skip to content

Commit

Permalink
fix V3DeltaDiscoveryServerCallbacks description
Browse files Browse the repository at this point in the history
Signed-off-by: radoslaw.chrzanowski <radoslaw.chrzanowski@allegro.pl>
  • Loading branch information
Ferdudas97 committed Aug 11, 2022
1 parent fc131d5 commit fdc7425
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class V3DeltaDiscoveryServerCallbacks implements DiscoveryServerCallbacks


/**
* Returns an implementation of DiscoveryServerCallbacks that throws if it sees a v2 request, and counts down on
* 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.
*
* @param onStreamOpenLatch latch to call countDown() on when a v3 stream is opened.
* @param onStreamRequestLatch latch to call countDown() on when a v3 request is seen.
Expand Down

0 comments on commit fdc7425

Please sign in to comment.