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 dj...@apache.org on 2006/02/16 23:29:08 UTC

svn commit: r378383 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/services/bytecode/CodeChunk.java

Author: djd
Date: Thu Feb 16 14:29:07 2006
New Revision: 378383

URL: http://svn.apache.org/viewcvs?rev=378383&view=rev
Log:
DERBY-176 fix javadoc error in CodeChunk from previous commit 377609

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/services/bytecode/CodeChunk.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/services/bytecode/CodeChunk.java
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/engine/org/apache/derby/impl/services/bytecode/CodeChunk.java?rev=378383&r1=378382&r2=378383&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/services/bytecode/CodeChunk.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/services/bytecode/CodeChunk.java Thu Feb 16 14:29:07 2006
@@ -1467,7 +1467,7 @@
      * @param ch My class
      * @param subMethod Sub-method code was pushed into
      * @param split_pc Program counter the split started at
-     * @param split_length Length of code split
+     * @param splitLength Length of code split
      * @param codeLength Length of code before split
      */
     private int removePushedCode(BCMethod mb, ClassHolder ch,