diff --git a/src/main/java/org/springframework/retry/support/RetryTemplateBuilder.java b/src/main/java/org/springframework/retry/support/RetryTemplateBuilder.java index 2363b4bf..9d198c3b 100644 --- a/src/main/java/org/springframework/retry/support/RetryTemplateBuilder.java +++ b/src/main/java/org/springframework/retry/support/RetryTemplateBuilder.java @@ -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. @@ -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}.