Skip to content

Commit 58290a5

Browse files
committed
Fix code formatting
1 parent 69da1b7 commit 58290a5

File tree

1 file changed

+2
-1
lines changed
  • spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao

1 file changed

+2
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/JobInstanceDao.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ default List<Long> getJobInstanceIds(String jobName) {
125125
}
126126

127127
/**
128-
* Retrieve the names of all jobs for which job instances exist, sorted alphabetically.
128+
* Retrieve the names of all jobs for which job instances exist, sorted
129+
* alphabetically.
129130
* @return the names of all jobs with job instances
130131
*/
131132
List<String> getJobNames();

0 commit comments

Comments
 (0)