mirror of https://github.com/apache/druid.git
Remove unused boolean parameter
This commit is contained in:
parent
2361e0112a
commit
f593b23aac
|
@ -37,8 +37,6 @@ public class SingleDataSegmentAnnouncer extends AbstractDataSegmentAnnouncer
|
|||
private final ObjectMapper jsonMapper;
|
||||
private final String servedSegmentsLocation;
|
||||
|
||||
private volatile boolean started = false;
|
||||
|
||||
@Inject
|
||||
public SingleDataSegmentAnnouncer(
|
||||
DruidServerMetadata server,
|
||||
|
|
Loading…
Reference in New Issue