You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/23 20:30:51 UTC

[commons-crypto] branch master updated: Attribution.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new cd3937d  Attribution.
cd3937d is described below

commit cd3937d35fca488967ce745b7157c91f9b0a1453
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 23 16:30:44 2020 -0400

    Attribution.
---
 src/main/java/org/apache/commons/crypto/NativeCodeLoader.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java b/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
index 9948157..58a5072 100644
--- a/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
+++ b/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
@@ -78,6 +78,7 @@ final class NativeCodeLoader {
      * @param in2 the input2.
      * @return true if in1 and in2 is equal, else false.
      * @throws IOException if an I/O error occurs.
+     * @since Apache Commons IO 2.5
      */
     @SuppressWarnings("resource")
     private static boolean contentsEquals(final InputStream input1, final InputStream input2) throws IOException {