blob: 53a74ca1924b340c8a1a19e63cba62fc71089f9c [file] [log] [blame]
package backtype.storm.state;
public class StateSpoutOutputCollector extends SynchronizeOutputCollector implements IStateSpoutOutputCollector {
@Override
public void remove(int streamId, Object id) {
throw new UnsupportedOperationException("Not supported yet.");
}
}