summaryrefslogtreecommitdiff
path: root/dx
diff options
context:
space:
mode:
authorAlexey Tarasov <tarasov@dodologics.com>2009-08-30 15:54:17 +1100
committerAlexey Tarasov <tarasov@dodologics.com>2009-08-30 15:58:38 +1100
commit30d4c4a0e63f5bd6f1887bb987d7836ea091144e (patch)
treea4e8b5e2049cd1791a23f59e1d2b6869ba91f3e7 /dx
parenteeeed1aa9d93e06fe4597aaefde906dbc4b2648b (diff)
downloaddalvik-30d4c4a0e63f5bd6f1887bb987d7836ea091144e.tar.gz
Cosmetic change: cst -> type in javadoc @param
Diffstat (limited to 'dx')
-rw-r--r--dx/src/com/android/dx/cf/code/BytecodeArray.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dx/src/com/android/dx/cf/code/BytecodeArray.java b/dx/src/com/android/dx/cf/code/BytecodeArray.java
index 71ba029f6..de771a996 100644
--- a/dx/src/com/android/dx/cf/code/BytecodeArray.java
+++ b/dx/src/com/android/dx/cf/code/BytecodeArray.java
@@ -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,