Method
close
Override StreamHandler.close to do a flush but not to close the output stream. That is, we do not close FileDescriptor.out .
()
Source from the content-addressed store, hash-verified
| 54 | * close <tt>FileDescriptor.out</tt>. |
| 55 | */ |
| 56 | public void close() { |
| 57 | flush(); |
| 58 | } |
| 59 | |
| 60 | } |
Tested by
no test coverage detected