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 2012/06/12 14:25:42 UTC

svn commit: r1349293 - /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPlusTreeRewriter.java

Author: andy
Date: Tue Jun 12 12:25:42 2012
New Revision: 1349293

URL: http://svn.apache.org/viewvc?rev=1349293&view=rev
Log:
Fix comment

Modified:
    jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPlusTreeRewriter.java

Modified: jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPlusTreeRewriter.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPlusTreeRewriter.java?rev=1349293&r1=1349292&r2=1349293&view=diff
==============================================================================
--- jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPlusTreeRewriter.java (original)
+++ jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPlusTreeRewriter.java Tue Jun 12 12:25:42 2012
@@ -79,7 +79,7 @@ public class BPlusTreeRewriter
     
         // Allocate and format a root index block.
         // We will use this slot later and write in the correct root.
-        /// The root has to block zero currently.
+        /// The root has to be block zero currently.
 
         BPTreeNode root = bpt2.getNodeManager().createNode(BPlusTreeParams.RootParent) ;
         int rootId = root.getId() ;