File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-batch-core/src/main/java/org/springframework/batch/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ void addStepExecution(StepExecution stepExecution) {
322
322
323
323
/**
324
324
* 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}.
326
326
*
327
327
* @return a {@code Date} object representing the last time this
328
328
* {@code JobExecution} was updated.
@@ -381,8 +381,8 @@ public synchronized List<Throwable> getAllFailureExceptions() {
381
381
*
382
382
* @param stream instance of {@link ObjectInputStream}.
383
383
*
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.
386
386
*/
387
387
private void readObject (ObjectInputStream stream ) throws IOException , ClassNotFoundException {
388
388
stream .defaultReadObject ();
You can’t perform that action at this time.
0 commit comments