-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate APIs that are deprecated only on JavaDoc (#37229)
Summary: Pull Request resolved: #37229 Those methods all have replacements and they have been annotated as `deprecated` but only on the Javadoc level. The Java compiler from 11 starts to emit warnigns for those functions so I'm actually annotating them with Deprecated correctly. Changelog: [Android] [Changed] - Deprecate APIs that are deprecate only on JavaDoc Reviewed By: mdvacca Differential Revision: D45525406 fbshipit-source-id: 9fea1a6374c9a14f7f07e5bca8db1221260c03fd
- Loading branch information
1 parent
b07c812
commit 1be65ba
Showing
5 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters