fix warning

```
Not generating getSchedulerInitializationBackoffTimeMillis(): A method with that name already exists
```
This commit is contained in:
Nakul Joshi 2024-05-28 08:15:43 -07:00
parent a8fa3387cc
commit 6cafbb3089

View file

@ -966,13 +966,6 @@ public class KinesisClientLibConfiguration {
return shutdownGraceMillis;
}
/**
* @return Interval in milliseconds between retrying the scheduler initialization.
*/
public long getSchedulerInitializationBackoffTimeMillis() {
return schedulerInitializationBackoffTimeMillis;
}
/*
* // CHECKSTYLE:IGNORE HiddenFieldCheck FOR NEXT 190 LINES
* /**