()
| 1003 | } |
| 1004 | |
| 1005 | @Override |
| 1006 | public void flush() |
| 1007 | { |
| 1008 | try { |
| 1009 | writer.flush(); |
| 1010 | } catch (IOException e) { |
| 1011 | error = true; |
| 1012 | } |
| 1013 | } |
| 1014 | |
| 1015 | /** |
| 1016 | * Calls {@link #end()} and closes the underlying writer. |
no outgoing calls
no test coverage detected