OSDN Git Service

Line width / spacing tweak.
authorDan Bornstein <danfuzz@android.com>
Thu, 4 Nov 2010 00:17:41 +0000 (17:17 -0700)
committerDan Bornstein <danfuzz@android.com>
Thu, 4 Nov 2010 00:25:43 +0000 (17:25 -0700)
Change-Id: Idf9c4f56b24e2b150c519f8ed140650183b47a88

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

index 0211a40..ba0affb 100644 (file)
@@ -1172,7 +1172,8 @@ public final class Dops {
     /**
      * Gets the {@link Dop} for the given opcode value.
      *
-     * @param opcode {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode value
+     * @param opcode {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the
+     * opcode value
      * @return {@code non-null;} the associated opcode instance
      */
     public static Dop get(int opcode) {
@@ -1194,7 +1195,8 @@ public final class Dops {
      * Gets the {@link Dop} with the given family/format combination, if
      * any.
      *
-     * @param family {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode family
+     * @param family {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the
+     * opcode family
      * @param format {@code non-null;} the opcode's instruction format
      * @return {@code null-ok;} the corresponding opcode, or {@code null} if
      * there is none