matthiasblaesing commented on a change in pull request #322: Migrate to
Files.new* creation of I/O streams during IDE boot
URL: https://github.com/apache/incubator-netbeans/pull/322#discussion_r160027515
##########
File path: openide.filesystems/src/org/openide/filesystems/JarFileSystem.java
##########
@@ -503,24 +503,16 @@ private InputStream getTemporaryInputStream(JarFile jf,
JarEntry je, boolean for
if (createContent || forceRecreate) {
// JDK 1.3 contains bug #4336753
//is = j.getInputStream (je);
Review comment:
Agreed - I misread the change. Sorry for the noise.
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists