blob: 39ccdc05a4e9d770a445c7941c671418a549d5de [file] [log] [blame]
package backtype.storm.testing;
import backtype.storm.transactional.ICommitter;
public class KeyedCountingCommitterBolt extends KeyedCountingBatchBolt implements ICommitter {
}