(String location, Job job)
| 84 | } |
| 85 | |
| 86 | @Override |
| 87 | public void cleanupOnFailure(String location, Job job) throws IOException { |
| 88 | storeFunc().cleanupOnFailure(location, job); |
| 89 | } |
| 90 | |
| 91 | @Override |
| 92 | public void cleanupOnSuccess(String location, Job job) throws IOException { |
nothing calls this directly
no test coverage detected