File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
spring-batch-test/src/main/java/org/springframework/batch/test/context Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018-2020 the original author or authors.
2
+ * Copyright 2018-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
56
56
* @ContextConfiguration(classes = MyBatchJobConfiguration.class)
57
57
* public class MyBatchJobTests {
58
58
*
59
- * @@ Autowired
59
+ * @Autowired
60
60
* private JobLauncherTestUtils jobLauncherTestUtils;
61
61
*
62
- * @@ Autowired
62
+ * @Autowired
63
63
* private JobRepositoryTestUtils jobRepositoryTestUtils;
64
64
*
65
65
* @Before
91
91
* @ContextConfiguration(classes = MyBatchJobConfiguration.class)
92
92
* public class MyBatchJobTests {
93
93
*
94
- * @@ Autowired
94
+ * @Autowired
95
95
* private JobLauncherTestUtils jobLauncherTestUtils;
96
96
*
97
- * @@ Autowired
97
+ * @Autowired
98
98
* private JobRepositoryTestUtils jobRepositoryTestUtils;
99
99
*
100
100
* @BeforeEach
You can’t perform that action at this time.
0 commit comments