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 e49b7e9 commit 5f24854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public int transformFromXPath(VTDNav vn, int result, int child, String parentId,
public void transformSAX(Properties properties, FacadeXGraphBuilder builder) throws IOException, TriplifierHTTPException {

String namespace = PropertyUtils.getStringProperty(properties, IRIArgument.NAMESPACE);
String dataSourceId = "";
String dataSourceId = SPARQLAnythingConstants.DATA_SOURCE_ID;
String root = SPARQLAnythingConstants.ROOT_ID;

XMLInputFactory inputFactory = XMLInputFactory.newInstance();
Expand Down

0 comments on commit 5f24854

Please sign in to comment.