Skip to content

JENA-1324: Check for spaces in URIs (if RDF 1.1)#243

Merged
asfgit merged 2 commits into
apache:masterfrom
afs:rdfxml
Apr 26, 2017
Merged

JENA-1324: Check for spaces in URIs (if RDF 1.1)#243
asfgit merged 2 commits into
apache:masterfrom
afs:rdfxml

Conversation

@afs
Copy link
Copy Markdown
Member

@afs afs commented Apr 19, 2017

Set the IRIFactory to the IRI version, if parsing via RIOT and in RDF 1.1 mode.

}

private static Node convert(AResource r) {
private Node convert(AResource r) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity, why not static anymore?

@afs
Copy link
Copy Markdown
Member Author

afs commented Apr 19, 2017

Symmetry,driven by the fact that I tried out handling the situation in this routine, which needed the error handler which is an object field.

Then I though of a better way (change the IRIFactory inside ARP itself).

@asfgit asfgit merged commit 4e48155 into apache:master Apr 26, 2017
asfgit pushed a commit that referenced this pull request Apr 26, 2017
@afs afs deleted the rdfxml branch April 26, 2017 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants