Protected. (#631)
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -40,7 +40,7 @@ public class DelayedRequeueExceptionStrategy extends ConditionalRejectingErrorHa
|
|||||||
* @param delay
|
* @param delay
|
||||||
* in {@link TimeUnit#MILLISECONDS} before requeue.
|
* in {@link TimeUnit#MILLISECONDS} before requeue.
|
||||||
*/
|
*/
|
||||||
DelayedRequeueExceptionStrategy(final long delay) {
|
protected DelayedRequeueExceptionStrategy(final long delay) {
|
||||||
this.delay = delay;
|
this.delay = delay;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user