LinkedDataFragments / Server.Java

A Triple Pattern Fragments server for Java
MIT License
27 stars 20 forks source link

Makes fragments closable #30

Closed hartig closed 8 years ago

hartig commented 8 years ago

This PR makes ILinkedDataFragment an extension of the Closable interface and makes the servlet close ILinkedDataFragment objects. This change allows for implementations of ILinkedDataFragment that hold objects that need to be closed (e.g., iterators from the underlying data source).