fix warning
``` Not generating getSchedulerInitializationBackoffTimeMillis(): A method with that name already exists ```
This commit is contained in:
parent
a8fa3387cc
commit
6cafbb3089
1 changed files with 0 additions and 7 deletions
|
|
@ -966,13 +966,6 @@ public class KinesisClientLibConfiguration {
|
||||||
return shutdownGraceMillis;
|
return shutdownGraceMillis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return Interval in milliseconds between retrying the scheduler initialization.
|
|
||||||
*/
|
|
||||||
public long getSchedulerInitializationBackoffTimeMillis() {
|
|
||||||
return schedulerInitializationBackoffTimeMillis;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* // CHECKSTYLE:IGNORE HiddenFieldCheck FOR NEXT 190 LINES
|
* // CHECKSTYLE:IGNORE HiddenFieldCheck FOR NEXT 190 LINES
|
||||||
* /**
|
* /**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue