Claude Warren created JENA-1436:
-----------------------------------

             Summary: RDFConnection does not implement Closable interface
                 Key: JENA-1436
                 URL: https://issues.apache.org/jira/browse/JENA-1436
             Project: Apache Jena
          Issue Type: Improvement
          Components: Jena
    Affects Versions: Jena 3.5.0
            Reporter: Claude Warren
            Priority: Minor


RDFConnection implements the java.lang.AutoClosable interface but not the 
java.io.Closable interface.  As such the apache IOUtils.closeQuietly() does not 
work with an RDFConnection object.  I think that RDFConnection meets the 
requirements for Closable namely

A  Closable is a source or destination of data that can be closed.
The close method is invoked to release resources that the object is
 holding (such as open files).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to