Skip to content

Commit 6a66ce7

Browse files
committed
---
yaml --- r: 619 b: refs/heads/gh-pages c: 0b9cb9b h: refs/heads/master i: 617: 7af2cca 615: ad003bc v: v3
1 parent d64f1fb commit 6a66ce7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
refs/heads/master: 92537786d4fa0a9fb51215f27d3d0581f4fe3a65
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
4-
refs/heads/gh-pages: a136c5b8ce0f7a4ae3c407b1a1d1a24f89e47639
4+
refs/heads/gh-pages: 0b9cb9bd6fadb16e3e7869168830c58d0ec808aa

branches/gh-pages/src/main/java/com/google/gcloud/RetryHelper.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package com.google.gcloud;
22

33
import static com.google.common.base.Preconditions.checkNotNull;
4-
import static java.lang.Math.*;
4+
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;
58
import static java.util.concurrent.TimeUnit.MILLISECONDS;
69

710
import com.google.common.annotations.VisibleForTesting;

0 commit comments

Comments
 (0)