Fix Javadoc typo in RegistryConfig

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141318009
This commit is contained in:
mcilwain 2016-12-07 09:29:58 -08:00 committed by Ben McIlwain
parent 10f86d241a
commit d1d6539694

View file

@ -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();