summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2010-08-30 14:29:31 -0700
committerGloria Wang <gwang@google.com>2010-08-30 14:29:31 -0700
commit45bc5eca2b53b74d043bd9b2779e8dfcc89bc568 (patch)
tree2cf5b434ce8a4a7328239e6cb73ea30ac0d95342 /core/java/android
parent6dabe240ed0adcf74d0b5eed37d7085095e20ffd (diff)
downloadframeworks_base-45bc5eca2b53b74d043bd9b2779e8dfcc89bc568.zip
frameworks_base-45bc5eca2b53b74d043bd9b2779e8dfcc89bc568.tar.gz
frameworks_base-45bc5eca2b53b74d043bd9b2779e8dfcc89bc568.tar.bz2
Fix for "@param tag with name that doesn't match the parameter list: 'fileStream'"
Change-Id: Id98df7dcdfa4119783fca6cb5478df5b99050738
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/DrmStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/DrmStore.java b/core/java/android/provider/DrmStore.java
index c438ac4..0a111a7 100644
--- a/core/java/android/provider/DrmStore.java
+++ b/core/java/android/provider/DrmStore.java
@@ -131,7 +131,7 @@ public final class DrmStore
* Utility function for inserting a file stream into the DRM content provider.
*
* @param cr The content resolver to use
- * @param fileStream The FileInputStream to insert
+ * @param fis The FileInputStream to insert
* @param title The title for the content (or null)
* @return uri to the DRM record or null
*/