From 35fb54a4d32c5f2de2c27c94c9d233e14bc22006 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 17:01:48 +0100 Subject: [PATCH] Polish deprecation notice --- .../properties/BeforeTestcontainersPropertySuppliedEvent.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/BeforeTestcontainersPropertySuppliedEvent.java b/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/BeforeTestcontainersPropertySuppliedEvent.java index 073eada8559..0ed3c395936 100644 --- a/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/BeforeTestcontainersPropertySuppliedEvent.java +++ b/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/BeforeTestcontainersPropertySuppliedEvent.java @@ -26,7 +26,8 @@ import org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsed * * @author Phillip Webb * @since 3.2.2 - * @deprecated since 3.2.6 in favor of {@link BeforeTestcontainerUsedEvent} + * @deprecated since 3.2.6 for removal in 3.4.0 in favor of + * {@link BeforeTestcontainerUsedEvent} */ @Deprecated(since = "3.2.6", forRemoval = true) public class BeforeTestcontainersPropertySuppliedEvent extends BeforeTestcontainerUsedEvent {