We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867eafc commit fd903ceCopy full SHA for fd903ce
1 file changed
src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
@@ -24,7 +24,7 @@
24
/**
25
* UNIX crypt(3) algorithm implementation.
26
* <p>
27
- * This class only implements the traditional 56 bit DES based algorithm. Please use DigestUtils.crypt() for a method
+ * This class only implements the traditional 56 bit DES based algorithm. Please use Crypt.crypt() for a method
28
* that distinguishes between all the algorithms supported in the current glibc's crypt().
29
* </p>
30
0 commit comments