Github user cicekhayri commented on a diff in the pull request:
https://github.com/apache/tomee/pull/262#discussion_r239968653
--- Diff:
container/openejb-loader/src/main/java/org/apache/openejb/loader/Files.java ---
@@ -245,8 +356,8 @@ public static File mkdirs(final File file) {
}
- // Shutdown hook for recursive delete on tmp directories
- static final List<String> delete = new ArrayList<String>();
+ // Shutdown hook for recursive DELETE on tmp directories
+ static final List<String> DELETE = new ArrayList<String>();
--- End diff --
absolutely
---