Fixed a typo in a comment
This commit is contained in:
committed by
Dave Syer
parent
7d3ad70fa1
commit
e538399d75
@@ -100,7 +100,7 @@ public @interface Backoff {
|
||||
String maxDelayExpression() default "";
|
||||
|
||||
/**
|
||||
* Evaluates to a vaule used as a multiplier for generating the next delay for
|
||||
* Evaluates to a value used as a multiplier for generating the next delay for
|
||||
* backoff. Overrides {@link #multiplier()}.
|
||||
* @return a multiplier expression to use to calculate the next backoff delay (default
|
||||
* 0 = ignored)
|
||||
|
||||
Reference in New Issue
Block a user