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

remove @Beta annotations from tryParse methods #6020

Closed
wants to merge 1 commit into from

Conversation

Kqliber
Copy link

@Kqliber Kqliber commented Apr 21, 2022

Removed the Beta annotations from Longs#tryParse and Ints#tryParse. These methods have been in beta since versions 14.0 and 19.0 respectively, while their code hasn't changed in over 7 years. It's safe to say that these methods are stable.

@chaoren chaoren added status=triaged package=primitives P3 type=debeta Request to remove something from @Beta labels Apr 22, 2022
copybara-service bot pushed a commit that referenced this pull request Apr 10, 2023
Fixes #6020

RELNOTES=`primitives`: Removed `@Beta` from `Longs.tryParse(...)` (and friends).
PiperOrigin-RevId: 523132985
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 package=primitives status=triaged type=debeta Request to remove something from @Beta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants