We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64f1fb commit 6a66ce7Copy full SHA for 6a66ce7
2 files changed
[refs]
@@ -1,4 +1,4 @@
1
---
2
refs/heads/master: 92537786d4fa0a9fb51215f27d3d0581f4fe3a65
3
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
4
-refs/heads/gh-pages: a136c5b8ce0f7a4ae3c407b1a1d1a24f89e47639
+refs/heads/gh-pages: 0b9cb9bd6fadb16e3e7869168830c58d0ec808aa
branches/gh-pages/src/main/java/com/google/gcloud/RetryHelper.java
@@ -1,7 +1,10 @@
package com.google.gcloud;
import static com.google.common.base.Preconditions.checkNotNull;
-import static java.lang.Math.*;
+import static java.lang.Math.max;
5
+import static java.lang.Math.min;
6
+import static java.lang.Math.pow;
7
+import static java.lang.Math.random;
8
import static java.util.concurrent.TimeUnit.MILLISECONDS;
9
10
import com.google.common.annotations.VisibleForTesting;
0 commit comments