(InputStream stream)
| 103 | } |
| 104 | |
| 105 | @Override |
| 106 | public Fish parseStream(InputStream stream) { |
| 107 | return ((FakeFishStream) stream).fish; |
| 108 | } |
| 109 | }; |
| 110 | |
| 111 | private static final String LANCE = "lance"; |
nothing calls this directly
no outgoing calls
no test coverage detected