You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/07/29 15:37:44 UTC

[3/8] jena git commit: Correct javadoc on StoreConnection.getBaseDataset().

Correct javadoc on StoreConnection.getBaseDataset().

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

Branch: refs/heads/master
Commit: f8cbb72bad4b900cc2765941cda69038f45f523d
Parents: 6013120
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Jul 28 16:45:08 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Jul 28 16:45:08 2018 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/jena/tdb/StoreConnection.java    | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/f8cbb72b/jena-tdb/src/main/java/org/apache/jena/tdb/StoreConnection.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/org/apache/jena/tdb/StoreConnection.java b/jena-tdb/src/main/java/org/apache/jena/tdb/StoreConnection.java
index 4a6125d..3a7cdec 100644
--- a/jena-tdb/src/main/java/org/apache/jena/tdb/StoreConnection.java
+++ b/jena-tdb/src/main/java/org/apache/jena/tdb/StoreConnection.java
@@ -129,10 +129,9 @@ public class StoreConnection
     }
 
     /**
-     * Testing operation - do not use the base dataset without knowing how the
-     * transaction system uses it. The base dataset may not reflect the true state
-     * if pending commits are queued.
-     * @see #flush
+     * Internal operation - to get a dataset for application use, call a
+     * {@link TDBFactory} function. Do not use the base dataset without knowing how the
+     * transaction system uses it.
      */
     public DatasetGraphTDB getBaseDataset() {
         checkValid();