Skip to content

Commit

Permalink
Fix Javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed May 5, 2022
1 parent cd43f3b commit bbbc4a7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ void addStepExecution(StepExecution stepExecution) {

/**
* Get the date representing the last time this {@code JobExecution} was updated in
* the {@link JobRepository}.
* the {@link org.springframework.batch.core.repository.JobRepository}.
*
* @return a {@code Date} object representing the last time this
* {@code JobExecution} was updated.
Expand Down Expand Up @@ -381,8 +381,8 @@ public synchronized List<Throwable> getAllFailureExceptions() {
*
* @param stream instance of {@link ObjectInputStream}.
*
* @throws {@code IOException} if an error occurs during read.
* @throws {@code ClassNotFoundException} thrown if the class is not found.
* @throws IOException if an error occurs during read.
* @throws ClassNotFoundException thrown if the class is not found.
*/
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
stream.defaultReadObject();
Expand Down

0 comments on commit bbbc4a7

Please sign in to comment.