Skip to content

fix some deprecated-type warnings#1341

Open
markusicu wants to merge 1 commit intounicode-org:mainfrom
markusicu:fix-some-deprecated
Open

fix some deprecated-type warnings#1341
markusicu wants to merge 1 commit intounicode-org:mainfrom
markusicu:fix-some-deprecated

Conversation

@markusicu
Copy link
Copy Markdown
Member

In a recent CI log, I noticed warnings about deprecated methods and enums.

  • two deprecated methods are unused, so I delete them

  • two deprecated enum types are in use, so I add the @Deprecated annotation

  • one deprecated constructor has 4 call sites, so I update them and delete the constructor

  • Approver: Feel free to merge on my behalf

    • rebase & merge one or more commits
    • squash & merge multiple commits into one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant