Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class JobOperatorTestUtils extends JobLauncherTestUtils {
* @param jobRepository to use to access job metadata
*/
public JobOperatorTestUtils(JobOperator jobOperator, JobRepository jobRepository) {
Assert.notNull(jobOperator, "JobRepository must not be null");
Assert.notNull(jobOperator, "JobOperator must not be null");
Assert.notNull(jobRepository, "JobRepository must not be null");
this.jobOperator = jobOperator;
this.jobRepository = jobRepository;
Expand Down