提交 d3b051a9 编写于 作者: F Fredrik Sundberg 提交者: Stephane Nicoll

Fix javadoc reference

Method is called nextBackOff() and not nextBackOffMillis().

Closes gh-1115
上级 2029b6e0
......@@ -26,7 +26,7 @@ package org.springframework.util.backoff;
* BackOffExecution exec = backOff.start();
*
* // In the operation recovery/retry loop:
* long waitInterval = exec.nextBackOffMillis();
* long waitInterval = exec.nextBackOff();
* if (waitInterval == BackOffExecution.STOP) {
* // do not retry operation
* }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册