Skip to content

Commit 35fb54a

Browse files
committed
Polish deprecation notice
1 parent 4e5cd2c commit 35fb54a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/BeforeTestcontainersPropertySuppliedEvent.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
*
2727
* @author Phillip Webb
2828
* @since 3.2.2
29-
* @deprecated since 3.2.6 in favor of {@link BeforeTestcontainerUsedEvent}
29+
* @deprecated since 3.2.6 for removal in 3.4.0 in favor of
30+
* {@link BeforeTestcontainerUsedEvent}
3031
*/
3132
@Deprecated(since = "3.2.6", forRemoval = true)
3233
public class BeforeTestcontainersPropertySuppliedEvent extends BeforeTestcontainerUsedEvent {

0 commit comments

Comments
 (0)