diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-04-12 00:27:43 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-12 00:27:43 +0000 |
commit | efb40a0dba8874297b4dcf6a41e5d741c7f721e9 (patch) | |
tree | 0d0d12003ee6341fd1379ebe6887ee10d26f4de7 /core | |
parent | 777648cde44c83b0e8c7b15473c9d7d29de653b7 (diff) | |
parent | a8e8f3f647d6d55052d0faef53fc1eeb432f5bd6 (diff) | |
download | frameworks_base-efb40a0dba8874297b4dcf6a41e5d741c7f721e9.zip frameworks_base-efb40a0dba8874297b4dcf6a41e5d741c7f721e9.tar.gz frameworks_base-efb40a0dba8874297b4dcf6a41e5d741c7f721e9.tar.bz2 |
Merge "Update Javadoc for SearchIndexablesContract"
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/provider/SearchIndexablesContract.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/SearchIndexablesContract.java b/core/java/android/provider/SearchIndexablesContract.java index 1754dce..307ac39 100644 --- a/core/java/android/provider/SearchIndexablesContract.java +++ b/core/java/android/provider/SearchIndexablesContract.java @@ -165,7 +165,7 @@ public class SearchIndexablesContract { public static final String COLUMN_SUMMARY_OFF = "summaryOff"; /** - * Entries associated with the raw data (when the data can can several values). + * Entries associated with the raw data (when the data can have several values). */ public static final String COLUMN_ENTRIES = "entries"; @@ -175,7 +175,7 @@ public class SearchIndexablesContract { public static final String COLUMN_KEYWORDS = "keywords"; /** - * Fragment's title associated with the raw data. + * Fragment or Activity title associated with the raw data. */ public static final String COLUMN_SCREEN_TITLE = "screenTitle"; |