Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaillPierre committed Sep 3, 2024
1 parent 9d8ae03 commit 9de7328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ void loadRDFa(Reader stream, String path, String base, String name) throws LoadE

// load JSON-LD
void loadJsonld(Reader stream, String path, String base, String name) throws LoadException {
// logger.info("Load JSON LD: " + path);

CoreseJsonTripleCallback callback = new CoreseJsonTripleCallback(getGraph(), getDataManager(), name);
callback.setHelper(renameBlankNode, getLimit());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private void setLoader(Reader stream, Creator c, String base) {

private void setLoader(SparqlCorese parser, Creator c, String base) {
try {
ASTQuery ast = ASTQuery.create();
ast = ASTQuery.create();
ast.getNSM().setBase(base);
ast.setRenameBlankNode(c.isRenameBlankNode());
parser.setASTQuery(ast);
Expand Down

0 comments on commit 9de7328

Please sign in to comment.