Skip to content

Commit ce80803

Browse files
fixup! Fix AbstractClientStream Javadoc
1 parent 1d954fe commit ce80803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545
/**
4646
* The abstract base class for {@link ClientStream} implementations.
47-
* <p>
48-
* Must only be called from the sending application thread.
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)