Skip to content

Commit

Permalink
spring-projectsGH-395: add author details to all modified classes tha…
Browse files Browse the repository at this point in the history
…t already had an author list
  • Loading branch information
e-ivaldi committed Nov 17, 2023
1 parent 13109cb commit 5d87091
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/springframework/retry/RetryContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* used to alter the course of the retry, e.g. force an early termination.
*
* @author Dave Syer
* @author Emanuele Ivaldi
*
*/
public interface RetryContext extends AttributeAccessor {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/springframework/retry/RetryPolicy.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* API for a range of different platforms for the external context.
*
* @author Dave Syer
* @author Emanuele Ivaldi
*
*/
public interface RetryPolicy extends Serializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*
* @author Dave Syer
* @author Michael Minella
* @author Emanuele Ivaldi
*
*/
@SuppressWarnings("serial")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
* @author Gary Russell
* @author Aleksandr Shamukov
* @author Artem Bilan
* @author Emanuele Ivaldi
*/
@SuppressWarnings("serial")
public class SimpleRetryPolicy implements RetryPolicy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
* @author Artem Bilan
* @author Josh Long
* @author Aleksandr Shamukov
* @author Emanuele Ivaldi
*/
public class RetryTemplate implements RetryOperations {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
* @author Henning Pöttker
* @author Yanming Zhou
* @author Anton Aharkau
* @author Emanuele Ivaldi
* @since 1.1
*/
public class EnableRetryTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* @author Dave Syer
* @author Gary Russell
* @author Henning Pöttker
* @author Emanuele Ivaldi
*/
public class RetryTemplateTests {

Expand Down

0 comments on commit 5d87091

Please sign in to comment.