Polish for BATCH-2609

This commit is contained in:
Michael Minella
2017-06-02 17:17:53 -05:00
parent 402da13f67
commit 5e65a283a1
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ import org.springframework.util.MethodInvoker;
* </p>
*
* <p>
* The RepositoryItemReader only reads Java Objects i.e. non primitives.
* NOTE: The {@code RepositoryItemReader} only reads Java Objects i.e. non primitives.
* </p>
*
* @author Michael Minella

View File

@@ -48,7 +48,7 @@ import org.springframework.util.MethodInvoker;
* </p>
*
* <p>
* The RepositoryItemWriter only stores Java Objects i.e. non primitives.
* NOTE: The {@code RepositoryItemWriter} only stores Java Objects i.e. non primitives.
* </p>
*
* @author Michael Minella