Skip to content

Commit 678f80d

Browse files
committed
docs: indicate return INTERNAL
1 parent e9382ee commit 678f80d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/ErrorTypeUtil.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ public enum ErrorType {
6161
/** Placeholder for potential future unknown errors. */
6262
CLIENT_UNKNOWN_ERROR,
6363
INTERNAL;
64-
65-
@Override
66-
public String toString() {
67-
return name();
68-
}
6964
}
7065

7166
private static final Set<Class<? extends Throwable>> AUTHENTICATION_EXCEPTION_CLASSES =

0 commit comments

Comments
 (0)