EventReceiverFirehoseFactory: Remove useless getHandlerId method

This commit is contained in:
Gian Merlino 2013-05-06 15:00:59 -07:00
parent 202953c57b
commit 7930a76b0b
1 changed files with 0 additions and 6 deletions

View File

@ -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")