owlcs/owlapi

`OWLOntologyDocumentTarget`: documentation

sszuev opened this issue · 0 comments

sszuev commented

I see that the method OWLOntologyDocumentTarget#getWriter opens Writer while writing and then close it.
But the method OWLOntologyDocumentTarget#getOutputStream() does not close OutputStream after processing.
Probably there is a lack of documentation.
Maybe I just haven't found documentation on this?
I think such documentation is important: in ONT-API there is a related bug owlcs/ont-api#53