Skip to content

Commit 09abcea

Browse files
committed
Fix composite retriable ann test for expectation
1 parent 96e190e commit 09abcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/springframework/retry/annotation/RecoverAnnotationRecoveryHandlerTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* @author Randell Callahan
4747
* @author Nathanaël Roberts
4848
* @author Maksim Kita
49-
* @Author Gianluca Medici
49+
* @author Gianluca Medici
5050
*/
5151
public class RecoverAnnotationRecoveryHandlerTests {
5252

@@ -666,7 +666,7 @@ public int fooRecover(Throwable throwable, String name) {
666666
}
667667

668668
public int barRecover(Throwable throwable, String name) {
669-
return 2;
669+
return 4;
670670
}
671671

672672
}

0 commit comments

Comments
 (0)