Thanks to visit codestin.com Credit goes to github.com
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 a136c5b commit 0b9cb9bCopy full SHA for 0b9cb9b
src/main/java/com/google/gcloud/RetryHelper.java
@@ -1,7 +1,10 @@
1
package com.google.gcloud;
2
3
import static com.google.common.base.Preconditions.checkNotNull;
4
-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