You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by an...@apache.org on 2015/03/30 03:10:12 UTC

[18/18] incubator-commonsrdf git commit: Merge branch 'bnode-uuids'

Merge branch 'bnode-uuids'


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

Branch: refs/heads/master
Commit: 20b0b000fc92a5699e0d79f9205cb62babe444bd
Parents: cf5f515 1cb8056
Author: Peter Ansell <p_...@yahoo.com>
Authored: Mon Mar 30 12:07:17 2015 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Mon Mar 30 12:07:17 2015 +1100

----------------------------------------------------------------------
 .../org/apache/commons/rdf/api/BlankNode.java   | 141 ++++++++-----------
 .../java/org/apache/commons/rdf/api/Graph.java  |  37 ++---
 .../apache/commons/rdf/api/RDFTermFactory.java  |  59 +++++---
 .../commons/rdf/api/AbstractGraphTest.java      |  40 +++---
 .../rdf/api/AbstractRDFTermFactoryTest.java     |  11 +-
 .../commons/rdf/simple/BlankNodeImpl.java       |  39 +++--
 .../apache/commons/rdf/simple/GraphImpl.java    | 120 +++++++++++-----
 .../rdf/simple/SimpleRDFTermFactory.java        |  10 +-
 .../apache/commons/rdf/simple/TripleImpl.java   |  70 ++-------
 .../org/apache/commons/rdf/simple/Types.java    |  12 +-
 .../commons/rdf/simple/DefaultGraphTest.java    |   2 +-
 .../commons/rdf/simple/TestWritingGraph.java    |  69 ++++++---
 12 files changed, 305 insertions(+), 305 deletions(-)
----------------------------------------------------------------------