We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ef624 commit 17a4cb9Copy full SHA for 17a4cb9
oauth2_http/java/com/google/auth/oauth2/ImpersonatedCredentials.java
@@ -59,7 +59,14 @@
59
import java.text.DateFormat;
60
import java.text.ParseException;
61
import java.text.SimpleDateFormat;
62
-import java.util.*;
+import java.util.ArrayList;
63
+import java.util.Calendar;
64
+import java.util.Collection;
65
+import java.util.Collections;
66
+import java.util.Date;
67
+import java.util.List;
68
+import java.util.Map;
69
+import java.util.Objects;
70
71
/**
72
* ImpersonatedCredentials allowing credentials issued to a user or service account to impersonate
0 commit comments