Skip to content

Commit ed41e32

Browse files
committed
Update ApiRemovalProcess.md
Use correct release format for the API removal
1 parent 26837e9 commit ed41e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ApiRemovalProcess.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Example of a deprecation comment:
2222
* @noimplement
2323
* @deprecated This XXX (class/method/field) will be removed in a future release. Use XXX instead.
2424
*/
25-
@Deprecated(forRemoval = true, since = "4.16")
25+
@Deprecated(forRemoval = true, since = "2025-06")
2626
```
2727
* The PMC may decide to back out of an API removal
2828
* In general, removing a deprecated API does NOT cause the increase of the major version segment.

0 commit comments

Comments
 (0)