mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Rename CloudDnsModule to CloudDnsWriterModule for consistency
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137070028
This commit is contained in:
parent
fd09d825e3
commit
a4d78afd70
3 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ import javax.inject.Named;
|
|||
|
||||
/** Dagger module for Google Cloud DNS service connection objects. */
|
||||
@Module
|
||||
public final class CloudDnsModule {
|
||||
public final class CloudDnsWriterModule {
|
||||
|
||||
@Provides
|
||||
static Dns provideDns(
|
Loading…
Add table
Add a link
Reference in a new issue