mirror of https://github.com/grpc/grpc-java.git
Minor grammar fix in Javadoc (#11609)
This commit is contained in:
parent
4be69e3f8a
commit
00c8bc78dd
|
|
@ -30,7 +30,7 @@ public class StatusRuntimeException extends RuntimeException {
|
||||||
private final Metadata trailers;
|
private final Metadata trailers;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs the exception with both a status. See also {@link Status#asRuntimeException()}.
|
* Constructs the exception with a status. See also {@link Status#asRuntimeException()}.
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue