OSDN Git Service

Fix build - javadoc.
authorNick Pelly <npelly@google.com>
Thu, 27 Jan 2011 22:07:50 +0000 (14:07 -0800)
committerNick Pelly <npelly@google.com>
Thu, 27 Jan 2011 22:07:50 +0000 (14:07 -0800)
Change-Id: I0168fb4a75f4dff88e347c0dfd1f0b39e2dba0d6

core/java/android/nfc/tech/MifareUltralight.java

index 91b4205..b514f1c 100644 (file)
@@ -129,7 +129,7 @@ public final class MifareUltralight extends BasicTagTechnology {
      * <p>The MIFARE Ultralight protocol always writes 1 page at a time.
      * <p>This requires that the tag be connected.
      *
-     * @param page The offset of the page to write
+     * @param pageOffset The offset of the page to write
      * @param data The data to write
      * @throws IOException
      */