Skip to content

Commit 28a6130

Browse files
core: Fix AbstractClientStream Javadoc
Subclasses also need to implement setAuthority(String) and getAttributes() which come in from the ClientStream interface.
1 parent 731d85b commit 28a6130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/java/io/grpc/internal/AbstractClientStream.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
import javax.annotation.Nullable;
4444

4545
/**
46-
* The abstract base class for {@link ClientStream} implementations. Extending classes only need to
47-
* implement {@link #transportState()} and {@link #abstractClientStreamSink()}. Must only be called
48-
* from the sending application thread.
46+
* The abstract base class for {@link ClientStream} implementations.
47+
*
48+
* <p>Must only be called from the sending application thread.
4949
*/
5050
public abstract class AbstractClientStream extends AbstractStream
5151
implements ClientStream, MessageFramer.Sink {

0 commit comments

Comments
 (0)