Skip to content

Commit 59e38a9

Browse files
committed
doc
1 parent a52f9ab commit 59e38a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
import io.grpc.Status;
2020

2121
/**
22-
* Marker to be used in {@link Status#withCause(Throwable)} to signal that stream should be closed
23-
* by sending headers.
22+
* Marker to be used for Status sent to {@link ServerStream#cancel(Status)} to signal that stream
23+
* should be closed by sending headers.
2424
*/
2525
public class CloseWithHeadersMarker extends Throwable {
2626
private static final long serialVersionUID = 0L;

0 commit comments

Comments
 (0)