summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech/SpeechRecognizer.java
diff options
context:
space:
mode:
authorBen Dodson <bjdodson@google.com>2010-08-25 10:55:47 -0700
committerBen Dodson <bjdodson@google.com>2010-08-26 14:02:20 -0700
commit4e8620f868e2490782ebb960404140ea9482c91d (patch)
tree306684e75e7c6a8268b0568c1e6cc88e7db1994f /core/java/android/speech/SpeechRecognizer.java
parentba4da86add74aab16e3cf204dcf7ea25adbbaafa (diff)
downloadframeworks_base-4e8620f868e2490782ebb960404140ea9482c91d.zip
frameworks_base-4e8620f868e2490782ebb960404140ea9482c91d.tar.gz
frameworks_base-4e8620f868e2490782ebb960404140ea9482c91d.tar.bz2
Updated documentation for upcoming fix for @code tags
Change-Id: Id7b163179132b9cf180afecb4e9e10ee39bcd415
Diffstat (limited to 'core/java/android/speech/SpeechRecognizer.java')
-rw-r--r--core/java/android/speech/SpeechRecognizer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/speech/SpeechRecognizer.java b/core/java/android/speech/SpeechRecognizer.java
index 8fa0d59..cd73ba8 100644
--- a/core/java/android/speech/SpeechRecognizer.java
+++ b/core/java/android/speech/SpeechRecognizer.java
@@ -50,7 +50,7 @@ public class SpeechRecognizer {
private static final String TAG = "SpeechRecognizer";
/**
- * Used to retrieve an {@code ArrayList&lt;String&gt;} from the {@link Bundle} passed to the
+ * Used to retrieve an {@code ArrayList<String>} from the {@link Bundle} passed to the
* {@link RecognitionListener#onResults(Bundle)} and
* {@link RecognitionListener#onPartialResults(Bundle)} methods. These strings are the possible
* recognition results, where the first element is the most likely candidate.