Correct grammar and format javadoc on DrmUtil.executePost

This commit is contained in:
Colin Kho 2024-08-27 14:43:21 -07:00 committed by tonihei
parent 4ee34cc00e
commit a509033a5c

View File

@ -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(