You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I see that the method
OWLOntologyDocumentTarget#getWriter
opensWriter
while writing and then close it.But the method
OWLOntologyDocumentTarget#getOutputStream()
does not closeOutputStream
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
The text was updated successfully, but these errors were encountered: