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 from APIs in Files. Add @InlineMe where we can. #5834

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link
Contributor

Remove @Beta from APIs in Files. Add @InlineMe where we can.

Fixes #3285.

RELNOTES=io: Remove @Beta from APIs in Files.

@@ -854,7 +845,6 @@ public static String getNameWithoutExtension(String file) {
*
* @since 23.5
*/
@Beta
Copy link
Contributor

@jbduncan jbduncan Dec 16, 2021

Choose a reason for hiding this comment

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

My only hesitation with removing the @Beta for Files.fileTraverser() is that the Traverser type is itself still beta.

Otherwise, the rest of this commit looks good to me.

Fixes #3285.

RELNOTES=`io`: Remove `@Beta` from APIs in `Files`.
PiperOrigin-RevId: 416632407
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.

Remove @Beta from Files
2 participants