I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 04d653a8 authored by zzz's avatar zzz
Browse files

comment out main()

parent 3f213cf1
No related branches found
No related tags found
No related merge requests found
...@@ -501,6 +501,7 @@ public class KeyStoreUtil { ...@@ -501,6 +501,7 @@ public class KeyStoreUtil {
l.log(level, msg, t); l.log(level, msg, t);
} }
/****
public static void main(String[] args) { public static void main(String[] args) {
try { try {
if (args.length > 0) { if (args.length > 0) {
...@@ -521,4 +522,5 @@ public class KeyStoreUtil { ...@@ -521,4 +522,5 @@ public class KeyStoreUtil {
e.printStackTrace(); e.printStackTrace();
} }
} }
****/
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment