https://bz.apache.org/bugzilla/show_bug.cgi?id=60102

--- Comment #3 from Javen O'Neal <[email protected]> ---
Throw IOException when writing a closed document implemented in r1760206
OutputStream out;
doc.close();
doc.write(out);

I have not yet implemented throwing an exception when writing an open document
to a closed output stream.
OutputStream out;
out.close();
doc.write(out);

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to