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

Converted single-element arraylist into singleton list. #271

Merged
merged 2 commits into from
Jun 2, 2017

Conversation

autonomousapps
Copy link
Collaborator

Should have modest memory benefits.

Should have modest memory benefits.
import java.util.Date;
import java.util.List;
import java.util.UUID;
import java.util.*;
Copy link
Member

Choose a reason for hiding this comment

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

can we have it back to an explicit list of imports?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I should send you a gif of me trying to do that, but my IDE keeps reverting to import java.util.*;. It's actually pretty funny.

I'll just change IDE settings and amend this PR. :)

@serggl serggl merged commit d9f4dfa into anjlab:master Jun 2, 2017
showdpro pushed a commit to showdpro/android-inapp-billing-v3 that referenced this pull request Jul 13, 2021
* Converted single-element arraylist into singleton list.

Should have modest memory benefits.

* Updated PR per review comment.
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.

2 participants