Skip to content

Commit 9cb5dc2

Browse files
committed
Lint fixes.
1 parent be77d9c commit 9cb5dc2

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ComputeEngineCredentialsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
package com.google.auth.oauth2;
3333

3434
import static com.google.auth.oauth2.ComputeEngineCredentials.METADATA_RESPONSE_EMPTY_CONTENT_ERROR_MESSAGE;
35-
import static com.google.auth.oauth2.RegionalAccessBoundary.X_ALLOWED_LOCATIONS_HEADER_KEY;
3635
import static com.google.auth.oauth2.ImpersonatedCredentialsTest.SA_CLIENT_EMAIL;
36+
import static com.google.auth.oauth2.RegionalAccessBoundary.X_ALLOWED_LOCATIONS_HEADER_KEY;
3737
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
3838
import static org.junit.jupiter.api.Assertions.assertEquals;
3939
import static org.junit.jupiter.api.Assertions.assertFalse;

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountCredentialsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
import static com.google.auth.oauth2.OAuth2Utils.IAM_CREDENTIALS_ALLOWED_LOCATIONS_URL_FORMAT_WORKLOAD_POOL;
3838
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
3939
import static org.junit.jupiter.api.Assertions.assertEquals;
40-
import static org.junit.jupiter.api.Assertions.assertThrows;
4140
import static org.junit.jupiter.api.Assertions.assertInstanceOf;
4241
import static org.junit.jupiter.api.Assertions.assertNotNull;
4342
import static org.junit.jupiter.api.Assertions.assertNull;
4443
import static org.junit.jupiter.api.Assertions.assertSame;
44+
import static org.junit.jupiter.api.Assertions.assertThrows;
4545
import static org.junit.jupiter.api.Assertions.assertTrue;
4646

4747
import com.google.api.client.http.HttpTransport;
@@ -57,7 +57,6 @@
5757
import java.math.BigDecimal;
5858
import java.net.URI;
5959
import java.util.*;
60-
6160
import org.junit.jupiter.api.Assertions;
6261
import org.junit.jupiter.api.BeforeEach;
6362
import org.junit.jupiter.api.Test;

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/GoogleCredentialsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
import java.util.concurrent.atomic.AtomicLong;
6565
import java.util.concurrent.atomic.AtomicReference;
6666
import javax.annotation.Nullable;
67-
6867
import org.junit.jupiter.api.Assertions;
6968
import org.junit.jupiter.api.Test;
7069

java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ContentServiceGrpc.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
package com.google.cloud.dataplex.v1;
1717

18-
1918
/**
2019
*
2120
*

0 commit comments

Comments
 (0)