This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-rdf.git
from 0d78b186 Add org.apache.commons.rdf.api.RDFSyntaxTest.testIriGetIRIString() new 64f8637a Add org.apache.commons.rdf.api.RDFSyntaxTest.testIriNtriplesString() new 13fed571 Fix Javadoc error new f4627270 Javadoc new 73734ebc Add SimpleRDFTermFactoryTest The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/commons/rdf/api/RDFSyntaxTest.java | 12 +++ .../commons/rdf/simple/SimpleRDFTermFactory.java | 1 + .../apache/commons/rdf/simple/package-info.java | 6 +- .../rdf/simple/SimpleRDFTermFactoryTest.java | 90 ++++++++++++++++++++++ 4 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 commons-rdf-simple/src/test/java/org/apache/commons/rdf/simple/SimpleRDFTermFactoryTest.java