You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/SimpleJobRepository.java
+1-10
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@
54
54
* @author Baris Cubukcuoglu
55
55
* @author Parikshit Dutta
56
56
* @author Mark John Moreno
57
+
* @author UHyeon Jeong
57
58
* @see JobRepository
58
59
* @see JobInstanceDao
59
60
* @see JobExecutionDao
@@ -312,26 +313,16 @@ public JobExecution getLastJobExecution(String jobName, JobParameters jobParamet
0 commit comments