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/10/07 00:41:39 UTC

incubator-commonsrdf git commit: asRDFTermGraphUnion() no longer adds just to default contexts

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/rdf4j f2dea5552 -> 756977ad1


asRDFTermGraphUnion() no longer adds just to default contexts

it is more undefined - e.g. in the future it might instead
preserve RDF4J Statement's existing Context


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

Branch: refs/heads/rdf4j
Commit: 756977ad17ef71b954a6fd334e870493b6d1e0fe
Parents: f2dea55
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Oct 7 01:41:04 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Oct 7 01:41:04 2016 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/756977ad/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
----------------------------------------------------------------------
diff --git a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
index d05258b..d35ed47 100644
--- a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
+++ b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
@@ -337,8 +337,6 @@ public final class RDF4JTermFactory implements RDFTermFactory {
 	 * The graph will include triples in any contexts (e.g. the union graph).
 	 * <p>
 	 * Changes to the graph are reflected in the repository, and vice versa.
-	 * Triples added to the graph are added to the default context, e.g. an
-	 * RDF4J context of new <code>Resource[1]{null})</code>.
 	 *
 	 * @param repository
 	 *            RDF4J {@link Repository} to connect to.