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/28 13:00:08 UTC

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

Author: andy
Date: Tue Jan 28 12:00:07 2014
New Revision: 1562045

URL: http://svn.apache.org/r1562045
Log:
Don't set filter placement strategy globally.

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=1562045&r1=1562044&r2=1562045&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 Tue Jan 28 12:00:07 2014
@@ -210,8 +210,6 @@ public class TDB {
     }
 
     private static void wireIntoExecution() {
-        // TDB does it itself.
-        TDB.getContext().set(ARQ.optFilterPlacementBGP, false) ;
         // Globally change the stage generator to intercept BGP on TDB
         StageGenerator orig = (StageGenerator)ARQ.getContext().get(ARQ.stageGenerator) ;