Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Fixed links in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Marchini committed Mar 22, 2023
1 parent 836293e commit cfade97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gax/src/main/java/com/google/api/gax/rpc/StatusCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* <p>The status codes are modeled after the status codes in grpc. For more information about grpc
* status codes, see
* https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/Status.java
* https://github.com/grpc/grpc-java/blob/master/api/src/main/java/io/grpc/Status.java
*/
@InternalExtensionOnly
public interface StatusCode {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public FakeStatusException(String message, Throwable cause, FakeStatusCode.Code
* Returns the status code of the underlying grpc exception. In cases where the underlying
* exception is not of type StatusException or StatusRuntimeException, the status code will be
* Status.Code.UNKNOWN. For more information about status codes see
* https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/Status.java
* https://github.com/grpc/grpc-java/blob/master/api/src/main/java/io/grpc/Status.java
*/
public FakeStatusCode getStatusCode() {
return fakeStatusCode;
Expand Down

0 comments on commit cfade97

Please sign in to comment.