Flushes the underlying writer.
()
| 252 | * Flushes the underlying writer. |
| 253 | */ |
| 254 | public void flush() { |
| 255 | try { |
| 256 | out.flush(); |
| 257 | } catch(IOException ioe) { |
| 258 | throw new GroovyRuntimeException(ioe); |
| 259 | } |
| 260 | } |
| 261 | } |
no outgoing calls
no test coverage detected