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/08 17:51:34 UTC

svn commit: r1144365 - /incubator/jena/Experimental/TxTDB/trunk/src/main/java/com/hp/hpl/jena/tdb/nodetable/NodeTupleTableConcrete.java

Author: andy
Date: Fri Jul  8 15:51:34 2011
New Revision: 1144365

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

Modified:
    incubator/jena/Experimental/TxTDB/trunk/src/main/java/com/hp/hpl/jena/tdb/nodetable/NodeTupleTableConcrete.java

Modified: incubator/jena/Experimental/TxTDB/trunk/src/main/java/com/hp/hpl/jena/tdb/nodetable/NodeTupleTableConcrete.java
URL: http://svn.apache.org/viewvc/incubator/jena/Experimental/TxTDB/trunk/src/main/java/com/hp/hpl/jena/tdb/nodetable/NodeTupleTableConcrete.java?rev=1144365&r1=1144364&r2=1144365&view=diff
==============================================================================
--- incubator/jena/Experimental/TxTDB/trunk/src/main/java/com/hp/hpl/jena/tdb/nodetable/NodeTupleTableConcrete.java (original)
+++ incubator/jena/Experimental/TxTDB/trunk/src/main/java/com/hp/hpl/jena/tdb/nodetable/NodeTupleTableConcrete.java Fri Jul  8 15:51:34 2011
@@ -167,6 +167,7 @@ public class NodeTupleTableConcrete impl
     @Override
     public Iterator<Tuple<NodeId>> find(Tuple<NodeId> tuple)
     {
+        // All find/*, except findAll, comes through this operation so startRead/finishRead/checkIterator only needs to happen here.
         try {
             startRead() ;
             // find worker - need also protect iterators that access the node table.