summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2014-06-13 13:43:26 +0100
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2014-06-13 13:43:26 +0100
commit6dfa6e2a9be08a3a0f152a7b772efc8ce2469bce (patch)
treefc9e2044ca8e0baf4f16e7ee18a9b7bbfe9a433e /core/java/android/speech
parente31ab2d8fcb7413e4775a7cfdd340636a9eea7e7 (diff)
downloadframeworks_base-6dfa6e2a9be08a3a0f152a7b772efc8ce2469bce.zip
frameworks_base-6dfa6e2a9be08a3a0f152a7b772efc8ce2469bce.tar.gz
frameworks_base-6dfa6e2a9be08a3a0f152a7b772efc8ce2469bce.tar.bz2
Fix typo and broken sdk build.
Change-Id: Icd1641955d1ca88396219db05312a4a9fd77ea80
Diffstat (limited to 'core/java/android/speech')
-rw-r--r--core/java/android/speech/tts/TtsEngines.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/speech/tts/TtsEngines.java b/core/java/android/speech/tts/TtsEngines.java
index b4c2824..7474efe 100644
--- a/core/java/android/speech/tts/TtsEngines.java
+++ b/core/java/android/speech/tts/TtsEngines.java
@@ -485,7 +485,7 @@ public class TtsEngines {
/**
* Serialize the locale to a string and store it as a default locale for the given engine. If
* the passed locale is null, an empty string will be serialized; that empty string, when
- * read back, will evaluate to {@line Locale#getDefault()}.
+ * read back, will evaluate to {@link Locale#getDefault()}.
*/
public synchronized void updateLocalePrefForEngine(String engineName, Locale newLocale) {
final String prefList = Settings.Secure.getString(mContext.getContentResolver(),