-
Notifications
You must be signed in to change notification settings - Fork 304
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
PAYARA-3950 Process all properties files #4050
Conversation
@@ -426,9 +428,9 @@ private Properties getPropertiesFromFile(ClassLoader appClassLoader, String file | |||
try (InputStream is = url.openStream()) { | |||
p.load(url.openStream()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this call twice to url.openStream intentional or should the variable is be used instead of the second call?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clearly I was so focused on fixing my problem I didn't review the code for additional issues!
Jenkins test please |
This needs an internal Jira reference. |
Internally tracked by PAYARA-3950 |
Fixes #4049