comment out main()

This commit is contained in:
zzz
2015-09-21 15:21:54 +00:00
parent 3f213cf1db
commit 04d653a8b9

View File

@ -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 {
e.printStackTrace(); e.printStackTrace();
} }
} }
****/
} }