We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19e4f9 commit 653fbb8Copy full SHA for 653fbb8
src/main/java/org/springframework/retry/support/RetryTemplateBuilder.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2006-2022 the original author or authors.
+ * Copyright 2006-2023 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -506,7 +506,7 @@ public RetryTemplateBuilder withListener(RetryListener listener) {
506
}
507
508
/**
509
- * Appends all provided {@code listeners} to {@link RetryTemplate}'s list of
+ * Append all provided {@code listeners} to {@link RetryTemplate}'s list of
510
* listeners.
511
* @param listeners to be appended
512
* @return this
0 commit comments