(boolean commit)
| 152 | } |
| 153 | |
| 154 | public int delete(boolean commit) throws Exception { |
| 155 | LOG.info("CleaningJob: starting"); |
| 156 | run(ToolUtil.toArgMap(ARG_COMMIT, commit)); |
| 157 | LOG.info("CleaningJob: done"); |
| 158 | return 0; |
| 159 | } |
| 160 | |
| 161 | public int run(String[] args) throws Exception { |
| 162 | if (args.length < 1) { |