Skip to content

Commit 0687be0

Browse files
committed
chore: format
1 parent c370890 commit 0687be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
import java.nio.channels.UnresolvedAddressException;
4444
import java.security.GeneralSecurityException;
4545
import java.util.Set;
46-
import java.util.concurrent.ExecutionException;
4746
import javax.annotation.Nullable;
4847
import javax.net.ssl.SSLHandshakeException;
4948

@@ -146,10 +145,11 @@ public static String extractErrorType(@Nullable Throwable error) {
146145
* Unwraps standard execution wrappers to find the real cause of the failure.
147146
*
148147
* <p>This method specifically unwraps:
148+
*
149149
* <ul>
150150
* <li>{@link com.google.common.util.concurrent.UncheckedExecutionException}: This is an
151-
* unchecked exception often thrown by {@code ApiExceptions.callAndTranslateApiException}
152-
* or {@code ServerStreamIterator} when a checked exception or error occurs.
151+
* unchecked exception often thrown by {@code ApiExceptions.callAndTranslateApiException} or
152+
* {@code ServerStreamIterator} when a checked exception or error occurs.
153153
* </ul>
154154
*
155155
* @param t the Throwable to unwrap.

0 commit comments

Comments
 (0)