From 94e912ba84112f5faf93c35424fdc3864d677b6a Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Fri, 9 May 2025 12:31:13 +0200 Subject: [PATCH] Update ApiRemovalProcess.md Use correct release format for the API removal --- docs/ApiRemovalProcess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ApiRemovalProcess.md b/docs/ApiRemovalProcess.md index c639f1b61b9..35586cbe56a 100644 --- a/docs/ApiRemovalProcess.md +++ b/docs/ApiRemovalProcess.md @@ -22,7 +22,7 @@ Example of a deprecation comment: * @noimplement * @deprecated This XXX (class/method/field) will be removed in a future release. Use XXX instead. */ -@Deprecated(forRemoval = true, since = "4.16") +@Deprecated(forRemoval = true, since = "2025-06") ``` * The PMC may decide to back out of an API removal * In general, removing a deprecated API does NOT cause the increase of the major version segment.