From d1d6539694792a0a04b19c69919690baee4aab85 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 7 Dec 2016 09:29:58 -0800 Subject: [PATCH] Fix Javadoc typo in RegistryConfig ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141318009 --- java/google/registry/config/RegistryConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/config/RegistryConfig.java b/java/google/registry/config/RegistryConfig.java index 8e5ace1da..8042c2fed 100644 --- a/java/google/registry/config/RegistryConfig.java +++ b/java/google/registry/config/RegistryConfig.java @@ -152,7 +152,7 @@ public interface RegistryConfig { /** * Returns the global automatic transfer length for contacts. After this amount of time has - * elapsed, the transfer is automatically improved. + * elapsed, the transfer is automatically approved. */ public Duration getContactAutomaticTransferLength();