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 5776f96e Merge branch 'master' of https://github.com/apache/commons-rdf.git new 67e5242e Format nits new bfd4835c Add missing test coverage in org.apache.commons.rdf.api.RDFSyntaxTest new cf11353b Add org.apache.commons.rdf.api.RDFSyntaxTest.testTitle() new 3f48ada5 Add org.apache.commons.rdf.api.RDFSyntaxTest.testSupportsDataset() new 929275cb new 8dae5fca Better caching for hashCode() and equals() implementation The 6 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: commons-rdf-api/pom.xml | 11 ++- .../java/org/apache/commons/rdf/api/RDFSyntax.java | 6 ++ .../org/apache/commons/rdf/api/W3CRDFSyntax.java | 80 +++++++++++----------- .../commons/rdf/api/AbstractDatasetTest.java | 2 + .../org/apache/commons/rdf/api/RDFSyntaxTest.java | 63 +++++++++++++++++ 5 files changed, 121 insertions(+), 41 deletions(-)