Skip to content

Commit 653fbb8

Browse files
committed
Fix review issues
1 parent e19e4f9 commit 653fbb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/retry/support/RetryTemplateBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2022 the original author or authors.
2+
* Copyright 2006-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -506,7 +506,7 @@ public RetryTemplateBuilder withListener(RetryListener listener) {
506506
}
507507

508508
/**
509-
* Appends all provided {@code listeners} to {@link RetryTemplate}'s list of
509+
* Append all provided {@code listeners} to {@link RetryTemplate}'s list of
510510
* listeners.
511511
* @param listeners to be appended
512512
* @return this

0 commit comments

Comments
 (0)