mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix typo in DownloadAction
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190787979
This commit is contained in:
parent
e12f890dee
commit
fbd7c0bd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ public abstract class DownloadAction {
|
|||
/** Serializes itself into the {@code output}. */
|
||||
protected abstract void writeToStream(DataOutputStream output) throws IOException;
|
||||
|
||||
/** Returns whether this is action is for the same media as the {@code other}. */
|
||||
/** Returns whether this is an action for the same media as the {@code other}. */
|
||||
protected abstract boolean isSameMedia(DownloadAction other);
|
||||
|
||||
/** Creates a {@link Downloader} with the given parameters. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue