Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Jul 24, 2024
1 parent 925df36 commit fda3431
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public ResultSet sparql(String sparql) {
qBuilder.addDefaultGraphURI(defaultGraphUri);
qBuilder.queryString(sparql);
QueryExecutionHTTP qExec = qBuilder.build();
//if (defaultGraphUri != null) {
// qExec.setDefaultGraphURIs(Collections.singletonList(defaultGraphUri));
//}
ResultSet results = null;
try {
ResultSet res = qExec.execSelect();
Expand Down

0 comments on commit fda3431

Please sign in to comment.