api: remove incomplete sentence in javadoc

This commit is contained in:
Sergii Tkachenko 2020-09-02 19:03:15 -04:00 committed by Sergii Tkachenko
parent c29ad76dae
commit 522e70d1d7
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public abstract class ServerBuilder<T extends ServerBuilder<T>> {
/**
* Adds a {@link ServerStreamTracer.Factory} to measure server-side traffic. The order of
* factories being added is the order they will be executed. Tracers should not
* factories being added is the order they will be executed.
*
* @return this
* @since 1.3.0