From 84ba6b4b26c2d63885f1cff416de6af836c18d42 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:52:12 +0100 Subject: [PATCH] Add package to Javadoc link --- .../springframework/context/ApplicationEventPublisher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-context/src/main/java/org/springframework/context/ApplicationEventPublisher.java b/spring-context/src/main/java/org/springframework/context/ApplicationEventPublisher.java index 30cdd4e4d46..714c7a29023 100644 --- a/spring-context/src/main/java/org/springframework/context/ApplicationEventPublisher.java +++ b/spring-context/src/main/java/org/springframework/context/ApplicationEventPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2023 the original author or authors. + * Copyright 2002-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ public interface ApplicationEventPublisher { * instance itself. *
For the convenient inclusion of the current transaction context * in a reactive hand-off, consider using - * {@link org.springframework.transaction.reactive.TransactionalEventPublisher#publishEvent(Function)}. + * {@link org.springframework.transaction.reactive.TransactionalEventPublisher#publishEvent(java.util.function.Function)}. * For thread-bound transactions, this is not necessary since the * state will be implicitly available through thread-local storage. * @param event the event to publish