1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 03:35:42 +00:00

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
@Config("asyncDeleteFlowMapreduceDelay")
public static Duration getAsyncDeleteFlowMapreduceDelay() {
public static Duration provideAsyncDeleteFlowMapreduceDelay() {
return Duration.standardSeconds(90);
}
}