OSDN Git Service

merge from open-source master
authorJean-Baptiste Queru <jbq@google.com>
Tue, 15 Sep 2009 14:54:32 +0000 (07:54 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Tue, 15 Sep 2009 14:54:32 +0000 (07:54 -0700)
1  2 
dx/src/com/android/dx/cf/code/BytecodeArray.java
dx/src/com/android/dx/dex/code/LocalList.java

@@@ -1235,8 -1235,8 +1235,8 @@@ public final class BytecodeArray 
           *
           * @param offset   offset to the instruction
           * @param length   length of the instruction, in bytes
-          * @param cst {@code 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
++         * @param type {@code non-null;} the type of the array
 +         * @param initVals {@code non-null;} list of bytecode offsets for init values
           */
          public void visitNewarray(int offset, int length, CstType type,
                  ArrayList<Constant> initVals);
@@@ -279,10 -277,10 +279,10 @@@ public final class LocalList extends Fi
  
          /**
           * Returns whether or not this instance matches the given spec.
 -         * 
 -         * @param otherSpec non-null; the spec in question
 -         * @return <code>true</code> iff this instance matches
 -         * <code>otherSpec</code>
 +         *
-          * @param spec {@code non-null;} the spec in question
++         * @param otherSpec {@code non-null;} the spec in question
 +         * @return {@code true} iff this instance matches
 +         * {@code spec}
           */
          public boolean matches(RegisterSpec otherSpec) {
              return spec.equalsUsingSimpleType(otherSpec);