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 ma...@apache.org on 2008/05/14 17:55:56 UTC

svn commit: r656323 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/AlterTableConstantAction.java

Author: mamta
Date: Wed May 14 08:55:56 2008
New Revision: 656323

URL: http://svn.apache.org/viewvc?rev=656323&view=rev
Log:
Taking care of javadoc warnings caused by a checkin made for DERBY-1062


Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/AlterTableConstantAction.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/AlterTableConstantAction.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/AlterTableConstantAction.java?rev=656323&r1=656322&r2=656323&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/AlterTableConstantAction.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/AlterTableConstantAction.java Wed May 14 08:55:56 2008
@@ -588,9 +588,6 @@
      * OS call to return the actual space.
      * <p>
      *
-     * @param schemaName        schema of table to defragment
-     * @param tableName         name of table to defragment
-     * @param data_dictionary   An open data dictionary to look up the table in.
      * @param tc                transaction controller to use to do updates.
      *
      **/
@@ -637,10 +634,8 @@
      * maps will be set so that new inserts will tend to go to empty and
      * half filled pages starting from the front of the conglomerate.
      *
-     * @param schemaName        schema of table to defragment
-     * @param tableName         name of table to defragment
-     * @param data_dictionary   An open data dictionary to look up the table in.
      * @param tc                transaction controller to use to do updates.
+	 * @param lcc				the language connection context
      *
      **/
 	private void defragmentRows(
@@ -989,9 +984,6 @@
      * reclaimed.
      * <p>
      *
-     * @param schemaName        schema of table to defragment
-     * @param tableName         name of table to defragment
-     * @param data_dictionary   An open data dictionary to look up the table in.
      * @param tc                transaction controller to use to do updates.
      *
      **/