OSDN Git Service

Typo fix in javadoc
authorAlexey Tarasov <tarasov@dodologics.com>
Mon, 31 Aug 2009 15:34:47 +0000 (02:34 +1100)
committerAlexey Tarasov <tarasov@dodologics.com>
Mon, 31 Aug 2009 15:34:47 +0000 (02:34 +1100)
spec -> otherSpec

dx/src/com/android/dx/dex/code/LocalList.java

index 4614fc4..fb65997 100644 (file)
@@ -278,9 +278,9 @@ public final class LocalList extends FixedSizeList {
         /**
          * Returns whether or not this instance matches the given spec.
          * 
-         * @param spec non-null; the spec in question
+         * @param otherSpec non-null; the spec in question
          * @return <code>true</code> iff this instance matches
-         * <code>spec</code>
+         * <code>otherSpec</code>
          */
         public boolean matches(RegisterSpec otherSpec) {
             return spec.equalsUsingSimpleType(otherSpec);