Fix for "@param tag with name that doesn't match the parameter list: 'fileStream'"

Change-Id: Id98df7dcdfa4119783fca6cb5478df5b99050738
This commit is contained in:
Gloria Wang
2010-08-30 14:29:31 -07:00
parent 6dabe240ed
commit 45bc5eca2b

View File

@@ -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
*/