RESOLVED BATCH-1218: add CompositeItemStream to ChunkMonitor.

This commit is contained in:
dsyer
2009-05-12 10:42:02 +00:00
parent 0bd6a8fc17
commit b569b8419f
3 changed files with 8 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ public class ChunkMonitorTests {
return "" + (count++);
}
});
monitor.setItemStream(new ItemStreamSupport() {
monitor.registerItemStream(new ItemStreamSupport() {
@Override
public void close() throws ItemStreamException {
closed = true;