Skip to content

Commit 21d0a17

Browse files
author
Nick Pelly
committed
Fix build - javadoc.
Change-Id: I0168fb4a75f4dff88e347c0dfd1f0b39e2dba0d6
1 parent 7a9741c commit 21d0a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public byte[] readPages(int pageOffset) throws IOException {
129129
* <p>The MIFARE Ultralight protocol always writes 1 page at a time.
130130
* <p>This requires that the tag be connected.
131131
*
132-
* @param page The offset of the page to write
132+
* @param pageOffset The offset of the page to write
133133
* @param data The data to write
134134
* @throws IOException
135135
*/

0 commit comments

Comments
 (0)