mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +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
|
@Provides
|
||||||
@Config("asyncDeleteFlowMapreduceDelay")
|
@Config("asyncDeleteFlowMapreduceDelay")
|
||||||
public static Duration getAsyncDeleteFlowMapreduceDelay() {
|
public static Duration provideAsyncDeleteFlowMapreduceDelay() {
|
||||||
return Duration.standardSeconds(90);
|
return Duration.standardSeconds(90);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user