Updated documentation for upcoming fix for @code tags

Change-Id: Id7b163179132b9cf180afecb4e9e10ee39bcd415
This commit is contained in:
Ben Dodson
2010-08-25 10:55:47 -07:00
parent ba4da86add
commit 4e8620f868
7 changed files with 14 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ public class SpeechRecognizer {
private static final String TAG = "SpeechRecognizer";
/**
* Used to retrieve an {@code ArrayList<String>} 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.