()
| 54 | } |
| 55 | |
| 56 | @Override |
| 57 | public OutputFormat getOutputFormat() throws IOException { |
| 58 | return storeFunc().getOutputFormat(); |
| 59 | } |
| 60 | |
| 61 | @Override |
| 62 | public void setStoreLocation(String location, Job job) throws IOException { |
nothing calls this directly
no test coverage detected