Skip to content

Commit

Permalink
#373 use data source id constant
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Dec 6, 2023
1 parent dd116b3 commit 0c97b28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void triplify(Properties properties, FacadeXGraphBuilder builder) throws
boolean blank_nodes = PropertyUtils.getBooleanProperty(properties, IRIArgument.BLANK_NODES);
String namespace = PropertyUtils.getStringProperty(properties, IRIArgument.NAMESPACE);
String selector = properties.getProperty(PROPERTY_SELECTOR, ":root");
String dataSourceId = "";
String dataSourceId = SPARQLAnythingConstants.DATA_SOURCE_ID;

log.trace(properties.toString());
if (properties.containsKey(PROPERTY_METADATA) && Boolean.parseBoolean(properties.getProperty(PROPERTY_METADATA))) {
Expand Down

0 comments on commit 0c97b28

Please sign in to comment.