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

Add a uri method to FileDescriptor #756

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Add a uri method to FileDescriptor #756

merged 1 commit into from
Nov 6, 2024

Conversation

jcazevedo
Copy link
Member

Enables the FileDescriptor interface with a uri method that returns a java.net.URI with a reference to the file's location.

Does this change relate to existing issues or pull requests?

No.

Does this change require an update to the documentation?

No.

How has this been tested?

New unit tests were added for the change.

Enables the FileDescriptor interface with a uri method that returns a
java.net.URI with a reference to the file's location.
@jcazevedo jcazevedo requested a review from pmscosta November 5, 2024 16:13
Copy link
Contributor

@pmscosta pmscosta left a comment

Choose a reason for hiding this comment

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

Clean! Thanks.

@pmscosta pmscosta merged commit e44f9b2 into master Nov 6, 2024
14 checks passed
@pmscosta pmscosta deleted the file-descriptor-uri branch November 6, 2024 10:56
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