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 2014/01/29 13:08:29 UTC

svn commit: r1562424 - /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/TDB.java

Author: andy
Date: Wed Jan 29 12:08:29 2014
New Revision: 1562424

URL: http://svn.apache.org/r1562424
Log:
Remove commented (and incorrect) code.

Modified:
    jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/TDB.java

Modified: jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/TDB.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/TDB.java?rev=1562424&r1=1562423&r2=1562424&view=diff
==============================================================================
--- jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/TDB.java (original)
+++ jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/TDB.java Wed Jan 29 12:08:29 2014
@@ -215,15 +215,9 @@ public class TDB {
 
         // Wire in the TDB stage generator which will make TDB work whether
         // or not the TDB executor is used. This means that datasets of mixed
-        // graph
-        // types inside a general purpose dataset work.
+        // graph types inside a general purpose dataset work.
         StageGenerator stageGenerator = new StageGeneratorDirectTDB(orig) ;
         StageBuilder.setGenerator(ARQ.getContext(), stageGenerator) ;
-
-        // Wire in the new OpExecutor.
-        // This is normal way to execute with a general dataset or a
-        // model that is TDB-backed. (Is it?)
-        // QC.setFactory(ARQ.getContext(), OpExecutorTDB.OpExecFactoryTDB) ;
     }
 
     // ---- Static constants read by modVersion