We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9741c commit 21d0a17Copy full SHA for 21d0a17
core/java/android/nfc/tech/MifareUltralight.java
@@ -129,7 +129,7 @@ public byte[] readPages(int pageOffset) throws IOException {
129
* <p>The MIFARE Ultralight protocol always writes 1 page at a time.
130
* <p>This requires that the tag be connected.
131
*
132
- * @param page The offset of the page to write
+ * @param pageOffset The offset of the page to write
133
* @param data The data to write
134
* @throws IOException
135
*/
0 commit comments