-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Replace usage of Java OptionalInt #45862
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D60581676 |
This pull request was exported from Phabricator. Differential Revision: D60581676 |
Summary: Pull Request resolved: facebook#45862 Fixes compatibility with Android API < 24, and removes our `JOptionalInt` wrapper implementation for now. Changelog: [Internal] Reviewed By: robhogan, motiz88 Differential Revision: D60581676
ba6d72e
to
ce6437c
Compare
This pull request was exported from Phabricator. Differential Revision: D60581676 |
Summary: Pull Request resolved: facebook#45862 Fixes compatibility with Android API < 24, and removes our `JOptionalInt` wrapper implementation for now. Changelog: [Internal] Reviewed By: robhogan, motiz88 Differential Revision: D60581676
ce6437c
to
538f119
Compare
This pull request was exported from Phabricator. Differential Revision: D60581676 |
Summary: Pull Request resolved: facebook#45862 Fixes compatibility with Android API < 24, and removes our `JOptionalInt` wrapper implementation for now. Changelog: [Internal] Reviewed By: robhogan, motiz88 Differential Revision: D60581676
538f119
to
dcc3842
Compare
Summary: Pull Request resolved: facebook#45862 Fixes compatibility with Android API < 24, and removes our `JOptionalInt` wrapper implementation for now. Changelog: [Internal] Reviewed By: robhogan, motiz88 Differential Revision: D60581676
This pull request was exported from Phabricator. Differential Revision: D60581676 |
dcc3842
to
2e3e556
Compare
This pull request has been merged in 7b34870. |
This pull request was successfully merged by @huntie in 7b34870 When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: #45862 Fixes compatibility with Android API < 24, and removes our `JOptionalInt` wrapper implementation for now. Changelog: [Internal] Reviewed By: robhogan, motiz88 Differential Revision: D60581676 fbshipit-source-id: 7e79fc59a4199a967e62ac3aeafc5d5681c60077
Summary:
Fixes compatibility with Android API < 24, and removes our
JOptionalInt
wrapper implementation for now.Changelog: [Internal]
Differential Revision: D60581676