mdindoffer commented on a change in pull request #295: Drop usage of
FileInput/OutputStreams - modules a* -> c*
URL: https://github.com/apache/incubator-netbeans/pull/295#discussion_r153307429
##########
File path:
autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogCache.java
##########
@@ -155,24 +156,24 @@ public void storeLicense(String name, String content) {
private String readLicenseFile(String name) {
File file = getLicenseFile(name);
- FileInputStream fr = null;
+ InputStream is = null;
Review comment:
Because the "fr" implies FileReader, which it is not. The fr naming is not
really consistent with the naming in the rest of the modules I made changes at.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services