You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/02/13 01:01:03 UTC

[2/2] commons-rdf git commit: COMMONSRDF-49: Make AbstractRDFParser serializable

COMMONSRDF-49: Make AbstractRDFParser serializable

Merge commit 'refs/pull/49/head' of https://github.com/apache/commons-rdf into COMMONSRDF-49

Contributed by @ajs6f


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/286a81f6
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/286a81f6
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/286a81f6

Branch: refs/heads/COMMONSRDF-49
Commit: 286a81f6b55074aed55f682a016f6d5cc856a278
Parents: c111bb7 f1649e0
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Feb 13 01:00:11 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Feb 13 01:00:11 2018 +0000

----------------------------------------------------------------------
 .../org/apache/commons/rdf/jena/JenaGraph.java    |  4 ++--
 .../org/apache/commons/rdf/jena/JenaQuadLike.java |  2 +-
 .../org/apache/commons/rdf/jena/JenaRDFTerm.java  |  2 +-
 .../apache/commons/rdf/jena/JenaTripleLike.java   |  2 +-
 .../commons/rdf/jena/impl/AbstractQuadLike.java   |  1 +
 .../rdf/jena/impl/InternalJenaFactory.java        |  6 ++++--
 .../commons/rdf/jena/impl/JenaGraphImpl.java      | 18 ++++++++++--------
 .../commons/rdf/jena/impl/JenaQuadImpl.java       |  2 +-
 .../org/apache/commons/rdf/simple/SimpleRDF.java  |  2 +-
 .../simple/experimental/AbstractRDFParser.java    | 12 +++++++++---
 10 files changed, 31 insertions(+), 20 deletions(-)
----------------------------------------------------------------------