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:
@@ -860,7 +860,7 @@ public final class ConfigModule {
|
||||
*/
|
||||
@Provides
|
||||
@Config("asyncDeleteFlowMapreduceDelay")
|
||||
public static Duration getAsyncDeleteFlowMapreduceDelay() {
|
||||
public static Duration provideAsyncDeleteFlowMapreduceDelay() {
|
||||
return Duration.standardSeconds(90);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user