We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Redundant nullcheck of configPath, which is known to be non-null.
Remove redundant checks to keep the code concise and efficient.
Remove the redundant nullcheck of configPath.
No.
Nothing
The text was updated successfully, but these errors were encountered:
[ISSUE apache#8950] Remove Redundant nullcheck of configPath
1ab1ede
Successfully merging a pull request may close this issue.
Before Creating the Enhancement Request
Summary
Redundant nullcheck of configPath, which is known to be non-null.
Motivation
Remove redundant checks to keep the code concise and efficient.
Describe the Solution You'd Like
Remove the redundant nullcheck of configPath.
Describe Alternatives You've Considered
No.
Additional Context
Nothing
The text was updated successfully, but these errors were encountered: