5152535455565758596061
} } } else { if (ptRoot.exists()) { if (FileUtils.delete(ptRoot)) { ptRoot.mkdirs(); } else if (LOGGER.isErrorEnabled()) { LOGGER.error(BUNDLE.get("PT_TREE_DELETE", ptRoot)); } } }
8182838485868788899091
} } } else { if (ptCache.exists()) { if (FileUtils.delete(ptCache)) { ptCache.mkdirs(); } else if (LOGGER.isErrorEnabled()) { LOGGER.error(BUNDLE.get("PT_CACHE_DELETE", ptCache)); } } }