Skip to content

Commit 09bcc2d

Browse files
committed
fix: make ErrorType enum package private
1 parent 1610b38 commit 09bcc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
public class ErrorTypeUtil {
4949

50-
public enum ErrorType {
50+
enum ErrorType {
5151
CLIENT_TIMEOUT,
5252
CLIENT_CONNECTION_ERROR,
5353
CLIENT_REQUEST_ERROR,

0 commit comments

Comments
 (0)