mirror of https://github.com/apache/druid.git
EventReceiverFirehoseFactory: Remove useless getHandlerId method
This commit is contained in:
parent
202953c57b
commit
7930a76b0b
|
@ -101,12 +101,6 @@ public class EventReceiverFirehoseFactory implements FirehoseFactory
|
|||
this.buffer = new ArrayBlockingQueue<InputRow>(bufferSize);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getHandlerId()
|
||||
{
|
||||
return firehoseId;
|
||||
}
|
||||
|
||||
@POST
|
||||
@Path("/push-events")
|
||||
@Produces("application/json")
|
||||
|
|
Loading…
Reference in New Issue