Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4de0eada authored by Eric Schmidt's avatar Eric Schmidt
Browse files

docs: Fixed text and Kovio links.

Bug: 24954318
Change-Id: I5d667978669f35d8e28f7b58e298474a59a92531
parent 209d3a4b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -113,10 +113,10 @@ public final class NfcBarcode extends BasicTagTechnology {
     * <p>Does not cause any RF activity and does not block.
     *
     * @return a byte array containing the barcode
     * @see <a href="http://www.kovio.com/docs/kovionfcbarcode.pdf">
     *      Kovio 128-bit NFC barcode datasheet</a>
     * @see <a href="http://kovio.com/docs/kovio-128-nfc-barcode-data-format.pdf">
     *      Kovio 128-bit NFC barcode data format</a>
     * @see <a href="http://www.thinfilm.no/docs/thinfilm-nfc-barcode-datasheet.pdf">
     *      Thinfilm NFC Barcode tag specification (previously Kovio NFC Barcode)</a>
     * @see <a href="http://www.thinfilm.no/docs/thinfilm-nfc-barcode-data-format.pdf">
     *      Thinfilm NFC Barcode data format (previously Kovio NFC Barcode)</a>
     */
    public byte[] getBarcode() {
        switch (mType) {