Skip to content

Commit

Permalink
Fix review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aahlenst committed Jun 7, 2023
1 parent e19e4f9 commit d103ba2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2022 the original author or authors.
* Copyright 2006-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -506,8 +506,7 @@ public RetryTemplateBuilder withListener(RetryListener listener) {
}

/**
* Appends all provided {@code listeners} to {@link RetryTemplate}'s list of
* listeners.
* Append all provided {@code listeners} to {@link RetryTemplate}'s list of listeners.
* @param listeners to be appended
* @return this
* @throws IllegalArgumentException if any of the {@code listeners} is {@code null}.
Expand Down

0 comments on commit d103ba2

Please sign in to comment.