(DataOutput arg0)
| 598 | } |
| 599 | |
| 600 | @Override |
| 601 | public void write(DataOutput arg0) throws IOException { |
| 602 | arg0.writeUTF(location); |
| 603 | } |
| 604 | } |
| 605 | |
| 606 | private static class MockInputFormat extends InputFormat<Object, Object> { |
no outgoing calls
no test coverage detected