File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2282,7 +2282,7 @@ public interface OnErrorListener
22822282 * <li>{@link #MEDIA_ERROR_SERVER_DIED}
22832283 * </ul>
22842284 * @param extra an extra code, specific to the error. Typically
2285- * implementation dependant .
2285+ * implementation dependent .
22862286 * @return True if the method handled the error, false if it didn't.
22872287 * Returning false, or not having an OnErrorListener at all, will
22882288 * cause the OnCompletionListener to be called.
@@ -2387,7 +2387,7 @@ public interface OnInfoListener
23872387 * <li>{@link #MEDIA_INFO_METADATA_UPDATE}
23882388 * </ul>
23892389 * @param extra an extra code, specific to the info. Typically
2390- * implementation dependant .
2390+ * implementation dependent .
23912391 * @return True if the method handled the info, false if it didn't.
23922392 * Returning false, or not having an OnErrorListener at all, will
23932393 * cause the info to be discarded.
You can’t perform that action at this time.
0 commit comments