Skip to content

Commit fd903ce

Browse files
authored
Typo - DigestUtils.crypt does not exist [skip ci]
1 parent 867eafc commit fd903ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* UNIX crypt(3) algorithm implementation.
2626
* <p>
27-
* This class only implements the traditional 56 bit DES based algorithm. Please use DigestUtils.crypt() for a method
27+
* This class only implements the traditional 56 bit DES based algorithm. Please use Crypt.crypt() for a method
2828
* that distinguishes between all the algorithms supported in the current glibc's crypt().
2929
* </p>
3030
* <p>

0 commit comments

Comments
 (0)