forked from I2P_Developers/i2p.i2p
comment out main()
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
****/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user