Tweak comments

This commit is contained in:
dsyer
2008-11-28 17:58:49 +00:00
parent 0fbb815989
commit f290373045

View File

@@ -46,8 +46,8 @@ public class ChunkMessageChannelItemWriter<T> extends StepExecutionListenerSuppo
}
public void write(List<? extends T> items) throws Exception {
// Block until expecting <= throttle limit - can Spring
// Integration do that for me?
// Block until expecting <= throttle limit
while (localState.getExpecting() > throttleLimit) {
getNextResult();
}