OSDN Git Service

Cosmetic change: cst -> type in javadoc @param
authorAlexey Tarasov <tarasov@dodologics.com>
Sun, 30 Aug 2009 04:54:17 +0000 (15:54 +1100)
committerAlexey Tarasov <tarasov@dodologics.com>
Sun, 30 Aug 2009 04:58:38 +0000 (15:58 +1100)
dx/src/com/android/dx/cf/code/BytecodeArray.java

index 71ba029..de771a9 100644 (file)
@@ -1235,7 +1235,7 @@ public final class BytecodeArray {
          *
          * @param offset   offset to the instruction
          * @param length   length of the instruction, in bytes
-         * @param cst non-null; the type of the array
+         * @param type non-null; the type of the array
          * @param initVals non-null; list of bytecode offsets for init values
          */
         public void visitNewarray(int offset, int length, CstType type,