Skip to content

Commit 783414f

Browse files
authored
Fix import order in auth sample. (#1080)
1 parent e4cc47a commit 783414f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/java/com/google/cloud/auth/samples/AuthExample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.cloud.auth.samples;
1818

1919
import com.google.api.gax.paging.Page;
20-
import com.google.auth.oauth2.ComputeEngineCredentials;
2120
import com.google.auth.appengine.AppEngineCredentials;
21+
import com.google.auth.oauth2.ComputeEngineCredentials;
2222
import com.google.auth.oauth2.GoogleCredentials;
2323
import com.google.cloud.storage.Bucket;
2424
import com.google.cloud.storage.Storage;

0 commit comments

Comments
 (0)