Skip to content

Commit 84ba6b4

Browse files
committed
Add package to Javadoc link
1 parent e05d4f2 commit 84ba6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spring-context/src/main/java/org/springframework/context/ApplicationEventPublisher.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 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.
@@ -52,7 +52,7 @@ public interface ApplicationEventPublisher {
5252
* instance itself.
5353
* <p>For the convenient inclusion of the current transaction context
5454
* 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)}.
5656
* For thread-bound transactions, this is not necessary since the
5757
* state will be implicitly available through thread-local storage.
5858
* @param event the event to publish

0 commit comments

Comments
 (0)