From a8ca533d34cfc8917127113363d7316660e0db58 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Tue, 18 Jan 2011 17:07:05 -0800 Subject: [PATCH] Fix javadoc which broke build. Change-Id: Ie3cac9bec04e80defae44ba02086ad0cdfd301a9 --- core/java/android/nfc/technology/IsoDep.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/nfc/technology/IsoDep.java b/core/java/android/nfc/technology/IsoDep.java index d58de9e24c67f..c58127a7f2eae 100644 --- a/core/java/android/nfc/technology/IsoDep.java +++ b/core/java/android/nfc/technology/IsoDep.java @@ -62,7 +62,7 @@ public final class IsoDep extends BasicTagTechnology { /** * Sets the timeout of an IsoDep transceive transaction in milliseconds. * If the transaction has not completed before the timeout, - * any ongoing {@link BasicTagTechnology#transceive} operation will be + * any ongoing {@link #transceive} operation will be * aborted and the connection to the tag is lost. This setting is applied * only to the {@link Tag} object linked to this technology and will be * reset when {@link IsoDep#close} is called.