You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/09/28 13:30:52 UTC

[7/9] incubator-commonsrdf git commit: Merge branch 'master' into rdf4j

Merge branch 'master' into rdf4j


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/cb2a81f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/cb2a81f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/cb2a81f9

Branch: refs/heads/rdf4j
Commit: cb2a81f91de43c59d6db6ad13fc56a67e9c3ceae
Parents: be220ea e0d3191
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Sep 28 14:27:25 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Sep 28 14:27:25 2016 +0100

----------------------------------------------------------------------
 .../commons/rdf/api/RDFParserBuilder.java       | 472 ----------------
 .../commons/rdf/experimental/RDFParser.java     | 495 +++++++++++++++++
 .../commons/rdf/experimental/package-info.java  |  34 ++
 .../rdf/simple/AbstractRDFParserBuilder.java    | 545 -------------------
 .../apache/commons/rdf/simple/GraphImpl.java    |  39 +-
 .../commons/rdf/simple/RDFParseException.java   |  50 --
 .../simple/experimental/AbstractRDFParser.java  | 542 ++++++++++++++++++
 .../simple/experimental/RDFParseException.java  |  50 ++
 .../rdf/simple/experimental/package-info.java   |  34 ++
 .../simple/AbstractRDFParserBuilderTest.java    | 253 ---------
 .../rdf/simple/DummyRDFParserBuilder.java       |  12 +-
 .../experimental/AbstractRDFParserTest.java     | 256 +++++++++
 12 files changed, 1439 insertions(+), 1343 deletions(-)
----------------------------------------------------------------------