mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Fix style in DnsRefreshForHostRenameAction.java
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116165799
This commit is contained in:
@@ -79,7 +79,7 @@ public class DnsRefreshForHostRenameAction implements MapreduceAction {
|
||||
.runMapOnly(
|
||||
new DnsRefreshForHostRenameMapper(host),
|
||||
ImmutableList.of(EppResourceInputs.createEntityInput(DomainResource.class)))));
|
||||
}
|
||||
}
|
||||
|
||||
/** Map over domains and refresh the dns of those that referenced this host. */
|
||||
public static class DnsRefreshForHostRenameMapper extends Mapper<DomainResource, Void, Void> {
|
||||
|
||||
Reference in New Issue
Block a user