This commit is contained in:
Mahmoud Ben Hassine
2019-10-21 11:54:30 +02:00
parent 43b31ae89c
commit e7647b94c3

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2007 the original author or authors.
* Copyright 2006-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,6 +27,7 @@ import org.springframework.batch.item.ItemStreamException;
* Simple {@link ItemStream} that delegates to a list of other streams.
*
* @author Dave Syer
* @author Mahmoud Ben Hassine
*
*/
public class CompositeItemStream implements ItemStream {