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.
maxTries
1 parent 16ddb92 commit ce27437Copy full SHA for ce27437
google-http-client/src/main/java/com/google/api/client/testing/util/MockBackOff.java
@@ -85,7 +85,7 @@ public MockBackOff setMaxTries(int maxTries) {
85
86
/** Returns the maximum number of tries before returning {@link #STOP}. */
87
public final int getMaxTries() {
88
- return numTries;
+ return maxTries;
89
}
90
91
/** Returns the number of tries so far. */
0 commit comments