Commit fbd7c0bd by aquilescanta Committed by Oliver Woodman

Fix typo in DownloadAction

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190787979
parent e12f890d
...@@ -138,7 +138,7 @@ public abstract class DownloadAction { ...@@ -138,7 +138,7 @@ public abstract class DownloadAction {
/** Serializes itself into the {@code output}. */ /** Serializes itself into the {@code output}. */
protected abstract void writeToStream(DataOutputStream output) throws IOException; 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); protected abstract boolean isSameMedia(DownloadAction other);
/** Creates a {@link Downloader} with the given parameters. */ /** Creates a {@link Downloader} with the given parameters. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment