We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69da1b7 commit 58290a5Copy full SHA for 58290a5
spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/JobInstanceDao.java
@@ -125,7 +125,8 @@ default List<Long> getJobInstanceIds(String jobName) {
125
}
126
127
/**
128
- * Retrieve the names of all jobs for which job instances exist, sorted alphabetically.
+ * Retrieve the names of all jobs for which job instances exist, sorted
129
+ * alphabetically.
130
* @return the names of all jobs with job instances
131
*/
132
List<String> getJobNames();
0 commit comments