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 b2b565a commit a5ed797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void triplify(Properties properties, FacadeXGraphBuilder builder) throws
if (url == null)
return;

String dataSourceId = "";
String dataSourceId = SPARQLAnythingConstants.DATA_SOURCE_ID;
String namespace = PropertyUtils.getStringProperty(properties, IRIArgument.NAMESPACE);
boolean mergeParagraphs = Boolean.parseBoolean(properties.getProperty(MERGE_PARAGRAPHS, "false"));
boolean headers = Boolean.parseBoolean(properties.getProperty(TABLE_HEADERS, "false"));
Expand Down

0 comments on commit a5ed797

Please sign in to comment.