Skip to content

Commit 7b6bf45

Browse files
committed
Moved standalone utility to separate package
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744598 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8bac2b6 commit 7b6bf45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/org/apache/commons/codec/digest/Digest.java renamed to src/main/java/org/apache/commons/codec/cli/Digest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package org.apache.commons.codec.digest;
17+
package org.apache.commons.codec.cli;
1818

1919
import java.io.File;
2020
import java.io.IOException;
@@ -23,6 +23,8 @@
2323
import java.util.Locale;
2424

2525
import org.apache.commons.codec.binary.Hex;
26+
import org.apache.commons.codec.digest.DigestUtils;
27+
import org.apache.commons.codec.digest.MessageDigestAlgorithms;
2628

2729
/**
2830
* A minimal command line to run digest over files.

0 commit comments

Comments
 (0)