File tree Expand file tree Collapse file tree
src/org/linkeddatafragments/datasource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,4 +37,7 @@ public String getDescription() {
3737 public String getTitle () {
3838 return this .title ;
3939 };
40+
41+ @ Override
42+ public void close () {}
4043}
Original file line number Diff line number Diff line change 11package org .linkeddatafragments .datasource ;
22
3+ import java .io .Closeable ;
4+
35import com .hp .hpl .jena .rdf .model .Property ;
46import com .hp .hpl .jena .rdf .model .RDFNode ;
57import com .hp .hpl .jena .rdf .model .Resource ;
810 * A data source of Basic Linked Data Fragments.
911 * @author Ruben Verborgh
1012 */
11- public interface IDataSource {
13+ public interface IDataSource extends Closeable {
1214 /**
1315 * Gets a page of the Basic Linked Data Fragment matching the specified triple pattern.
1416 * @param subject the subject (null to match any subject)
You can’t perform that action at this time.
0 commit comments