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 2011/07/11 16:23:43 UTC

svn commit: r1145189 - /incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TxMain.java

Author: andy
Date: Mon Jul 11 14:23:42 2011
New Revision: 1145189

URL: http://svn.apache.org/viewvc?rev=1145189&view=rev
Log: (empty)

Modified:
    incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TxMain.java

Modified: incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TxMain.java
URL: http://svn.apache.org/viewvc/incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TxMain.java?rev=1145189&r1=1145188&r2=1145189&view=diff
==============================================================================
--- incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TxMain.java (original)
+++ incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TxMain.java Mon Jul 11 14:23:42 2011
@@ -69,6 +69,8 @@ public class TxMain
     {
         initFS() ;
         
+        // Tests
+        
         // StoreConfig is the static part
         // DatasetControl is the active part.
         //  DSG_TDB does not know the control - set by the builder.
@@ -77,8 +79,7 @@ public class TxMain
         // Not in a transaction.
         
         // ConcurrencyPolicy -> DatasetControl
-        //   .setControl, remopve .setReadMode
-        // Replay=>JournalControl/SystemControl/TxnControl
+        //   .resetControl, remove .setReadMode
         
         StoreConnection sConn = StoreConnection.make(DBdir) ;
         DatasetGraphTxnTDB dsg = sConn.begin(ReadWrite.WRITE) ;