Fix broken build (@Override)

This commit is contained in:
dsyer
2009-11-18 22:09:00 +00:00
parent eb3fd63133
commit 1491c13d28

View File

@@ -85,7 +85,6 @@ public class SingleItemPeekableItemReader<T> implements ItemStreamReader<T>, Pee
*
* @see PeekableItemReader#peek()
*/
@Override
public T peek() throws Exception, UnexpectedInputException, ParseException {
if (next == null) {
updateDelegate(executionContext);