mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 20:17:51 +02: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:
parent
9aa2f3b96e
commit
2cbfd6475d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue