equal
deleted
inserted
replaced
180 public void cleanup(Map<String, ? super Object> params) { |
180 public void cleanup(Map<String, ? super Object> params) { |
181 try { |
181 try { |
182 IOUtils.deleteRecursive( |
182 IOUtils.deleteRecursive( |
183 StandardBundlerParam.TEMP_ROOT.fetchFrom(params)); |
183 StandardBundlerParam.TEMP_ROOT.fetchFrom(params)); |
184 } catch (IOException e) { |
184 } catch (IOException e) { |
185 Log.debug(e.getMessage()); |
185 Log.verbose(e.getMessage()); |
186 } |
186 } |
187 } |
187 } |
188 } |
188 } |