Skip to content

Commit fcf5e78

Browse files
committed
format(gax-httpjson): run google-java-format to fix CI errors
1 parent 49b5f46 commit fcf5e78

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/HttpJsonErrorParser.java

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,15 @@
5050
import com.google.rpc.ResourceInfo;
5151
import com.google.rpc.RetryInfo;
5252
import com.google.rpc.Status;
53-
import java.util.logging.Level;
5453
import java.util.logging.Logger;
5554

5655
/**
5756
* Utility for parsing Google Cloud error responses from JSON.
5857
*
59-
* <p>
60-
* This parser extracts {@link ErrorDetails} from a standard Google Cloud error
61-
* response JSON
62-
* payload as defined in
63-
* <a href="https://google.aip.dev/193#http11json-representation">AIP-193</a>.
64-
* The payload typically contains a top-level "error" object with a "details"
65-
* list.
58+
* <p>This parser extracts {@link ErrorDetails} from a standard Google Cloud error response JSON
59+
* payload as defined in <a
60+
* href="https://google.aip.dev/193#http11-json-representation">AIP-193</a>. The payload typically
61+
* contains a top-level "error" object with a "details" list.
6662
*/
6763
@InternalApi
6864
class HttpJsonErrorParser {

gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/HttpJsonErrorParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
import com.google.api.gax.rpc.ErrorDetails;
3535
import com.google.rpc.ErrorInfo;
36-
import org.junit.jupiter.api.Assertions;
3736
import org.junit.jupiter.api.Test;
3837

3938
/** Tests for {@link HttpJsonErrorParser}. */

0 commit comments

Comments
 (0)