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

Make FileDeleteResult public #1184

Merged
merged 2 commits into from
Aug 10, 2024
Merged

Conversation

sleberknight
Copy link
Member

IntelliJ code analysis issued the following warning:

Class 'FileDeleteResult' is exposed outside its defined visibility scope

The problem is that DeleteError is already public, and it contains a public factory "of" method that accepts a FileDeleteResult. Therefore, FileDeleteResult should be public.

IntelliJ code analysis issued the following warning:

Class 'FileDeleteResult' is exposed outside its defined visibility scope

The problem is that DeleteError is already public, and it contains
a public factory "of" method that accepts a FileDeleteResult.
Therefore, FileDeleteResult should be public.
@sleberknight sleberknight added the bug Something isn't working label Aug 10, 2024
@sleberknight sleberknight added this to the 4.4.0 milestone Aug 10, 2024
@sleberknight sleberknight self-assigned this Aug 10, 2024
Copy link

@sleberknight sleberknight merged commit 07fcabd into main Aug 10, 2024
5 checks passed
@sleberknight sleberknight deleted the make-FileDeleteResult-public branch August 10, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant