You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/06/12 11:57:02 UTC

commons-crypto git commit: Fix JavaDoc link

Repository: commons-crypto
Updated Branches:
  refs/heads/master 71daf8286 -> 9ad42b177


Fix JavaDoc link


Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/9ad42b17
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/9ad42b17
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/9ad42b17

Branch: refs/heads/master
Commit: 9ad42b1775885ccb6a883c6952fb142dabaa7556
Parents: 71daf82
Author: Benedikt Ritter <be...@gmail.com>
Authored: Sun Jun 12 13:56:56 2016 +0200
Committer: Benedikt Ritter <be...@gmail.com>
Committed: Sun Jun 12 13:56:56 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/crypto/utils/ReflectionUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/9ad42b17/src/main/java/org/apache/commons/crypto/utils/ReflectionUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/crypto/utils/ReflectionUtils.java b/src/main/java/org/apache/commons/crypto/utils/ReflectionUtils.java
index 9aa334b..a24a825 100644
--- a/src/main/java/org/apache/commons/crypto/utils/ReflectionUtils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/ReflectionUtils.java
@@ -51,7 +51,7 @@ public class ReflectionUtils {
 
     /**
      * A unique class which is used as a sentinel value in the caching for
-     * getClassByName. {@link CryptoCipher#getClassByNameOrNull(String)}.
+     * getClassByName. {@link #getClassByNameOrNull(String)}.
      */
     private static abstract class NegativeCacheSentinel {
     }