(Configuration conf,
String[] args
)
| 112 | } |
| 113 | |
| 114 | public static void main(Configuration conf, |
| 115 | String[] args |
| 116 | ) throws IOException, ParseException { |
| 117 | KeyTool tool = new KeyTool(conf, args); |
| 118 | tool.run(); |
| 119 | } |
| 120 | } |