Skip to content

Commit

Permalink
moved Dump utility to misc
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Aug 22, 2023
1 parent c558366 commit 284c52b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.bouncycastle.asn1.util;
package org.bouncycastle.asn1.examples;

import java.io.FileInputStream;

Expand All @@ -7,7 +7,7 @@
/**
* Command line ASN.1 Dump utility.
* <p>
* Usage: org.bouncycastle.asn1.util.Dump [-v] ber_encoded_file
* Usage: org.bouncycastle.asn1.examples.Dump [-v] ber_encoded_file
* </p>
*/
public class Dump
Expand Down

0 comments on commit 284c52b

Please sign in to comment.