mirror of
https://github.com/google/nomulus.git
synced 2025-08-22 09:11:08 +02: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:
parent
5f7bf57cf9
commit
57fa57968d
48 changed files with 320 additions and 318 deletions
|
@ -32,6 +32,6 @@ import dagger.Component;
|
|||
})
|
||||
interface DnsTestComponent {
|
||||
DnsQueue dnsQueue();
|
||||
RefreshDns refreshDns();
|
||||
WriteDnsTask writeDnsTask();
|
||||
RefreshDnsAction refreshDns();
|
||||
WriteDnsAction writeDnsAction();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue