Fix typo in comment in android/nfc/tech/Ndef.java

Bug: 150104448
Test: none
Change-Id: I4a0c2c8020d42396e5a142d93d24d754a5b32930
This commit is contained in:
Jakub Pawlowski
2021-01-20 10:32:35 +01:00
parent dfe8d9caed
commit 90dc908098

View File

@@ -112,7 +112,7 @@ public final class Ndef extends BasicTagTechnology {
public static final String NFC_FORUM_TYPE_1 = "org.nfcforum.ndef.type1";
/** NFC Forum Tag Type 2 */
public static final String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";
/** NFC Forum Tag Type 4 */
/** NFC Forum Tag Type 3 */
public static final String NFC_FORUM_TYPE_3 = "org.nfcforum.ndef.type3";
/** NFC Forum Tag Type 4 */
public static final String NFC_FORUM_TYPE_4 = "org.nfcforum.ndef.type4";