Fix style in DnsRefreshForHostRenameAction.java

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116165799
This commit is contained in:
ctingue 2016-03-02 11:59:48 -08:00 committed by Justine Tunney
parent 6c6f70c24f
commit 8a68acb84d

View file

@ -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> {