mirror of
https://github.com/google/nomulus
synced 2026-01-11 08:20:27 +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:
@@ -32,7 +32,7 @@ import javax.servlet.http.HttpServletRequest;
|
||||
@Module
|
||||
public final class LoadTestModule {
|
||||
|
||||
// There's already an @Parameter("clientId") for CreateGroupsTask that's only optional, and we
|
||||
// There's already an @Parameter("clientId") for CreateGroupsAction that's only optional, and we
|
||||
// want this one to be required, so give it a different name.
|
||||
@Provides
|
||||
@Parameter("loadtestClientId")
|
||||
|
||||
Reference in New Issue
Block a user