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

Clean up ShadowAccountManager #7636

Merged
merged 2 commits into from Sep 24, 2022

Conversation

utzcoz
Copy link
Member

@utzcoz utzcoz commented Sep 24, 2022

  1. Remove unused deprecated annotation from ShadowAccountManager#get.
  2. Remove unused exceptions from ShadowAccountManager's internal methods' signature.

This deprecated annotation is added when converting public
implementation method to protected. And all convertions were finished,
and we can remove deprecated annotation now.

Signed-off-by: utzcoz <utzcoz@outlook.com>
These methods are used in internal of ShadowAccountManager, so it's safe
to remove exceptions from method's signature.

Signed-off-by: utzcoz <utzcoz@outlook.com>
@utzcoz utzcoz requested a review from hoisie September 24, 2022 11:34
@utzcoz
Copy link
Member Author

utzcoz commented Sep 24, 2022

Hi @hoisie , I think this PR needs your approval.

Copy link
Contributor

@hoisie hoisie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@utzcoz utzcoz merged commit 7e15cdf into robolectric:master Sep 24, 2022
@utzcoz utzcoz deleted the clean-up-ShadowAccountManager branch September 24, 2022 13:51
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.

None yet

2 participants