Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate APIs that are deprecate only on JavaDoc #37229

Closed
wants to merge 1 commit into from

Commits on May 3, 2023

  1. Deprecate APIs that are deprecated only on JavaDoc (facebook#37229)

    Summary:
    Pull Request resolved: facebook#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: f9e7469614053a23c353437837ee47bd84cfabf0
    cortinico authored and facebook-github-bot committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3a78304 View commit details
    Browse the repository at this point in the history