Spelling mistake

This commit is contained in:
Dave Syer
2014-09-19 09:22:20 +01:00
parent 155ea0c2df
commit e2bee41f02

View File

@@ -79,7 +79,7 @@ public @interface Retryable {
int maxAttempts() default 3; int maxAttempts() default 3;
/** /**
* Specify the backof properties for retrying this operation. The default is * Specify the backoff properties for retrying this operation. The default is
* no backoff, but it can be a good idea to pause between attempts (even at * no backoff, but it can be a good idea to pause between attempts (even at
* the cost of blocking a thread). * the cost of blocking a thread).
* @return a backoff specification * @return a backoff specification