mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Correct grammar and format javadoc on DrmUtil.executePost
This commit is contained in:
parent
4ee34cc00e
commit
a509033a5c
1 changed files with 4 additions and 4 deletions
|
|
@ -145,11 +145,11 @@ public final class DrmUtil {
|
|||
* Executes a Http Post Request to the supplied {@link StatsDataSource} with retry handling and
|
||||
* returns the entire response in a byte buffer.
|
||||
*
|
||||
* @param dataSource A {@link DataSource} that is usually be HTTP-based
|
||||
* @param dataSource A {@link DataSource} that is usually HTTP-based
|
||||
* @param url The requesting url
|
||||
* @param httpBody Request Payload
|
||||
* @param requestProperties Http Header Request Properties
|
||||
* @return a byte array that holds the response payload
|
||||
* @param httpBody The http request payload
|
||||
* @param requestProperties A keyed map of http header request properties
|
||||
* @return A byte array that holds the response payload
|
||||
* @throws MediaDrmCallbackException if an exception was encountered during the download
|
||||
*/
|
||||
public static byte[] executePost(
|
||||
|
|
|
|||
Loading…
Reference in a new issue