Skip to content

Commit bbbc4a7

Browse files
committed
Fix Javadoc errors
1 parent cd43f3b commit bbbc4a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/JobExecution.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ void addStepExecution(StepExecution stepExecution) {
322322

323323
/**
324324
* Get the date representing the last time this {@code JobExecution} was updated in
325-
* the {@link JobRepository}.
325+
* the {@link org.springframework.batch.core.repository.JobRepository}.
326326
*
327327
* @return a {@code Date} object representing the last time this
328328
* {@code JobExecution} was updated.
@@ -381,8 +381,8 @@ public synchronized List<Throwable> getAllFailureExceptions() {
381381
*
382382
* @param stream instance of {@link ObjectInputStream}.
383383
*
384-
* @throws {@code IOException} if an error occurs during read.
385-
* @throws {@code ClassNotFoundException} thrown if the class is not found.
384+
* @throws IOException if an error occurs during read.
385+
* @throws ClassNotFoundException thrown if the class is not found.
386386
*/
387387
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
388388
stream.defaultReadObject();

0 commit comments

Comments
 (0)