From 21118caf4f818ceaa5e283a64f3c3d5accf62689 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Tue, 21 Sep 2021 14:52:37 +0200 Subject: [PATCH] Fix Javadoc unclosed tag --- .../main/java/org/springframework/batch/item/ItemStream.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java index 021333ff1..e62bad860 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2007 the original author or authors. + * Copyright 2006-2021 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. @@ -20,10 +20,11 @@ package org.springframework.batch.item; *

* Marker interface defining a contract for periodically storing state and restoring from that state should an error * occur. - *

+ *

* * @author Dave Syer * @author Lucas Ward + * @author Mahmoud Ben Hassine * */ public interface ItemStream {