mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Fix style in DnsRefreshForHostRenameAction.java
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116165799
This commit is contained in:
parent
6c6f70c24f
commit
8a68acb84d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class DnsRefreshForHostRenameAction implements MapreduceAction {
|
||||||
.runMapOnly(
|
.runMapOnly(
|
||||||
new DnsRefreshForHostRenameMapper(host),
|
new DnsRefreshForHostRenameMapper(host),
|
||||||
ImmutableList.of(EppResourceInputs.createEntityInput(DomainResource.class)))));
|
ImmutableList.of(EppResourceInputs.createEntityInput(DomainResource.class)))));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Map over domains and refresh the dns of those that referenced this host. */
|
/** Map over domains and refresh the dns of those that referenced this host. */
|
||||||
public static class DnsRefreshForHostRenameMapper extends Mapper<DomainResource, Void, Void> {
|
public static class DnsRefreshForHostRenameMapper extends Mapper<DomainResource, Void, Void> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue