Skip to content

Commit 861646b

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1745141 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0b683ac commit 861646b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/main/java/org/apache/commons/codec/digest/DigestUtils.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,12 @@ public static boolean isAvailable(String messageDigestAlgorithm) {
961961

962962
private final MessageDigest messageDigest;
963963

964-
// public to maintain binary compatibility
964+
/**
965+
* Preserves binary compatibity only.
966+
* As for previous versions does not provide useful behaviour
967+
* @deprecated since 1.11; only useful to preserve binary compatibility
968+
*/
969+
@Deprecated
965970
public DigestUtils() {
966971
this.messageDigest = null;
967972
}

0 commit comments

Comments
 (0)