Skip to content

Commit

Permalink
added author
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Aharkau committed Nov 15, 2023
1 parent 1835f54 commit cac9236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* @author Gary Russell
* @author Artem Bilan
* @author Marius Lichtblau
* @author Anton Aharkau
*/
@SuppressWarnings("serial")
public class ExponentialBackOffPolicy implements SleepingBackOffPolicy<ExponentialBackOffPolicy> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
* @author Aldo Sinanaj
* @author Henning Pöttker
* @author Yanming Zhou
* @author Anton Aharkau
* @since 1.1
*/
public class EnableRetryTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @author Dave Syer
* @author Gary Russell
* @author Marius Lichtblau
* @author Anton Aharkau
*/
public class ExponentialBackOffPolicyTests {

Expand Down

0 comments on commit cac9236

Please sign in to comment.