Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ApiRemovalProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading