mirror of
https://github.com/google/nomulus
synced 2026-09-05 07:37:09 +00:00
Rename Runnable classes from Tasks to Actions
This is cleanup relating to a naming decision that we made awhile ago but never got around to. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117244827
This commit is contained in:
@@ -37,7 +37,7 @@ import javax.annotation.concurrent.Immutable;
|
||||
* preferable to using a plain {@link URI}.
|
||||
*
|
||||
* @see java.net.URI
|
||||
* @see RdeUploadTask
|
||||
* @see RdeUploadAction
|
||||
*/
|
||||
@Immutable
|
||||
final class RdeUploadUrl implements Comparable<RdeUploadUrl> {
|
||||
|
||||
Reference in New Issue
Block a user