Skip to content

server: Refactor stream observer #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 25, 2019
Merged
Prev Previous commit
Next Next commit
fix wording
Signed-off-by: Sebastian Schepens <[email protected]>
  • Loading branch information
sschepens committed Jul 19, 2019
commit 214ddca96f8cf45f78816d6acc74a3f635a172c3
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.slf4j.LoggerFactory;

/**
* {@code DiscoveryRequestStreamObserver} is provides the base implementation for XDS stream handling.
* {@code DiscoveryRequestStreamObserver} provides the base implementation for XDS stream handling.
*/
public abstract class DiscoveryRequestStreamObserver implements StreamObserver<DiscoveryRequest> {
private static final AtomicLongFieldUpdater<DiscoveryRequestStreamObserver> streamNonceUpdater =
Expand Down