Skip to content

Commit 8b6eef6

Browse files
committed
Consistent use of @deprecated since
See gh-25808
1 parent 26dd1b9 commit 8b6eef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoker/cache/CachingOperationInvoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private CachedResponse createCachedResponse(Object response, long accessTime) {
110110
* @param timeToLive the maximum time in milliseconds that a response can be cached
111111
* @return a caching version of the invoker or the original instance if caching is not
112112
* required
113-
* @deprecated as of 2.3 to make package-private in 2.4
113+
* @deprecated since 2.3 for removal in 2.5
114114
*/
115115
@Deprecated
116116
public static OperationInvoker apply(OperationInvoker invoker, long timeToLive) {

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/elasticsearch/rest/RestClientBuilderCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @author Brian Clozel
2727
* @since 2.1.0
28-
* @deprecated as of 2.3.1 for removal in 2.5 in favor of
28+
* @deprecated since 2.3.1 for removal in 2.5 in favor of
2929
* {@link org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer}
3030
*/
3131
@FunctionalInterface

0 commit comments

Comments
 (0)