Skip to content

Commit da1aa99

Browse files
author
Yaniv Inbar
committed
1 parent 1ad50a9 commit da1aa99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

google-http-client/src/main/java/com/google/api/client/util/ExponentialBackOff.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
package com.google.api.client.util;
1616

17-
import com.google.api.client.http.BackOffPolicy;
18-
1917
import java.io.IOException;
2018

2119
/**
@@ -66,7 +64,7 @@
6664
7 5.692 [2.846, 8.538]
6765
8 8.538 [4.269, 12.807]
6866
9 12.807 [6.403, 19.210]
69-
10 19.210 {@link BackOffPolicy#STOP}
67+
10 19.210 {@link BackOff#STOP}
7068
* </pre>
7169
*
7270
* <p>

0 commit comments

Comments
 (0)