arturobernalg commented on a change in pull request #128:
URL: https://github.com/apache/commons-crypto/pull/128#discussion_r553351629



##########
File path: src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
##########
@@ -171,7 +171,7 @@ private static File extractLibraryFile(final String 
libFolderForCurrentOS, final
             // Check whether the contents are properly copied from the resource
             // folder
             try (InputStream nativeInputStream = 
NativeCodeLoader.class.getResourceAsStream(nativeLibraryFilePath)) {
-                try (InputStream extractedLibIn = new 
FileInputStream(extractedLibFile)) {
+                try (InputStream extractedLibIn = 
Files.newInputStream(Paths.get(extractedLibFile.getPath()))) {

Review comment:
       well spotted. changed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to