Fix @Provides method name in ConfigModule for consistency

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138512734
This commit is contained in:
mcilwain 2016-11-08 06:58:28 -08:00 committed by Ben McIlwain
parent 9aa2f3b96e
commit 2cbfd6475d

View file

@ -860,7 +860,7 @@ public final class ConfigModule {
*/ */
@Provides @Provides
@Config("asyncDeleteFlowMapreduceDelay") @Config("asyncDeleteFlowMapreduceDelay")
public static Duration getAsyncDeleteFlowMapreduceDelay() { public static Duration provideAsyncDeleteFlowMapreduceDelay() {
return Duration.standardSeconds(90); return Duration.standardSeconds(90);
} }
} }