Skip to content

Commit 284c52b

Browse files
committed
moved Dump utility to misc
1 parent c558366 commit 284c52b

File tree

1 file changed

+2
-2
lines changed
  • misc/src/main/java/org/bouncycastle/asn1/examples

1 file changed

+2
-2
lines changed

Diff for: core/src/main/java/org/bouncycastle/asn1/util/Dump.java renamed to misc/src/main/java/org/bouncycastle/asn1/examples/Dump.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.bouncycastle.asn1.util;
1+
package org.bouncycastle.asn1.examples;
22

33
import java.io.FileInputStream;
44

@@ -7,7 +7,7 @@
77
/**
88
* Command line ASN.1 Dump utility.
99
* <p>
10-
* Usage: org.bouncycastle.asn1.util.Dump [-v] ber_encoded_file
10+
* Usage: org.bouncycastle.asn1.examples.Dump [-v] ber_encoded_file
1111
* </p>
1212
*/
1313
public class Dump

0 commit comments

Comments
 (0)