Skip to content

Commit

Permalink
Close #2.
Browse files Browse the repository at this point in the history
Signed-off-by: Erwan Demairy <Erwan.Demairy@inria.fr>
  • Loading branch information
ErwanDemairy committed Apr 20, 2023
1 parent 1bff13e commit e1e22cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public final void populateRDFGraph(SparqlDriver driverUsed, Properties propertie
// @TODO how to reset the graph
if (resetWorkspace) {
if (model != null) {
dataWorkspace.remove( model );
logger.log(Level.INFO, "workspace reset done");
model.getGraph().clear();
logger.log(Level.INFO, "workspace reset done");
}
}
Table nodeTable = model.getNodeTable();
Expand Down

0 comments on commit e1e22cd

Please sign in to comment.