File tree 1 file changed +2
-2
lines changed
spring-context/src/main/java/org/springframework/context
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -52,7 +52,7 @@ public interface ApplicationEventPublisher {
52
52
* instance itself.
53
53
* <p>For the convenient inclusion of the current transaction context
54
54
* in a reactive hand-off, consider using
55
- * {@link org.springframework.transaction.reactive.TransactionalEventPublisher#publishEvent(Function)}.
55
+ * {@link org.springframework.transaction.reactive.TransactionalEventPublisher#publishEvent(java.util.function. Function)}.
56
56
* For thread-bound transactions, this is not necessary since the
57
57
* state will be implicitly available through thread-local storage.
58
58
* @param event the event to publish
You can’t perform that action at this time.
0 commit comments