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 2017/06/29 10:45:45 UTC

[09/11] jena git commit: Edit comment

Edit comment


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

Branch: refs/heads/master
Commit: 70d958aa8897fa467bc81cc145146abb0607c16a
Parents: 3764a2a
Author: Andy Seaborne <an...@apache.org>
Authored: Wed Jun 28 12:31:44 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed Jun 28 12:40:06 2017 +0100

----------------------------------------------------------------------
 .../apache/jena/tdb/transaction/DatasetBuilderTxn.java   | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/70d958aa/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetBuilderTxn.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetBuilderTxn.java b/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetBuilderTxn.java
index 7a3adb5..e32bc2a 100644
--- a/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetBuilderTxn.java
+++ b/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetBuilderTxn.java
@@ -33,9 +33,7 @@ import org.apache.jena.tdb.base.record.RecordFactory;
 import org.apache.jena.tdb.index.*;
 import org.apache.jena.tdb.setup.*;
 import org.apache.jena.tdb.store.DatasetGraphTDB ;
-import org.apache.jena.tdb.store.nodetable.NodeTable;
-import org.apache.jena.tdb.store.nodetable.NodeTableInline;
-import org.apache.jena.tdb.store.nodetable.NodeTableReadonly;
+import org.apache.jena.tdb.store.nodetable.*;
 import org.apache.jena.tdb.sys.FileRef ;
 import org.apache.jena.tdb.sys.Names;
 import org.apache.jena.tdb.sys.SystemTDB;
@@ -160,9 +158,10 @@ public class DatasetBuilderTxn
         }
     }
 
-    // Object files currently, don't need journalling. Because they aer apend only, they 
-    // are "self journalling" - can append to them which used read-only elsewhere if the
-    // index to access them is transactional.
+    // Object files currently don't need journalling. Because they are append only, they
+    // are "self journalling" - we can append to them while used read-only elsewhere if
+    // the index to access them is transactional and does not point into the appended new
+    // bytes.
 //    class ObjectFileBuilderTx implements ObjectFileBuilder
 //    {
 //        @Override