remove stale comment from CircuitBreakerStats
This commit is contained in:
parent
e3f2af8384
commit
dd9b29b6c6
|
@ -49,7 +49,6 @@ public class CircuitBreakerStats implements Writeable, ToXContent {
|
|||
}
|
||||
|
||||
public CircuitBreakerStats(StreamInput in) throws IOException {
|
||||
// limit is the maximum from the old circuit breaker stats for backwards compatibility
|
||||
limit = in.readLong();
|
||||
estimated = in.readLong();
|
||||
overhead = in.readDouble();
|
||||
|
|
Loading…
Reference in New Issue