You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by mi...@apache.org on 2005/04/19 22:41:36 UTC

svn commit: r161967 - in incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access: btree/index/B2I.java heap/Heap.java

Author: mikem
Date: Tue Apr 19 13:41:36 2005
New Revision: 161967

URL: http://svn.apache.org/viewcvs?view=rev&rev=161967
Log:
online compress work, javadoc fixes

Modified:
    incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/btree/index/B2I.java
    incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/heap/Heap.java

Modified: incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/btree/index/B2I.java
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/btree/index/B2I.java?view=diff&r1=161966&r2=161967
==============================================================================
--- incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/btree/index/B2I.java (original)
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/btree/index/B2I.java Tue Apr 19 13:41:36 2005
@@ -759,7 +759,7 @@
      * <p>
      * B2I does not support a compress scan.
      * <p>
-	 * @see Conglomerate#openCompressScan
+	 * @see Conglomerate#defragmentConglomerate
      *
 	 * @exception  StandardException  Standard exception policy.
      **/

Modified: incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/heap/Heap.java
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/heap/Heap.java?view=diff&r1=161966&r2=161967
==============================================================================
--- incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/heap/Heap.java (original)
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/impl/store/access/heap/Heap.java Tue Apr 19 13:41:36 2005
@@ -870,7 +870,7 @@
      * Open a heap compress scan.
      * <p>
      *
-     * @see Conglomerate#openCompressScan
+     * @see Conglomerate#defragmentConglomerate
      *
 	 * @exception  StandardException  Standard exception policy.
      **/