(String location, Job job)
| 89 | } |
| 90 | |
| 91 | @Override |
| 92 | public void cleanupOnSuccess(String location, Job job) throws IOException { |
| 93 | storeFunc().cleanupOnSuccess(location, job); |
| 94 | } |
| 95 | |
| 96 | private StoreFuncInterface storeFunc() { |
| 97 | if (this.storeFunc == null) { |
nothing calls this directly
no test coverage detected