diff --git a/spring-batch-test/src/main/java/org/springframework/batch/test/context/SpringBatchTest.java b/spring-batch-test/src/main/java/org/springframework/batch/test/context/SpringBatchTest.java index 74704535a3..72503bcc3b 100644 --- a/spring-batch-test/src/main/java/org/springframework/batch/test/context/SpringBatchTest.java +++ b/spring-batch-test/src/main/java/org/springframework/batch/test/context/SpringBatchTest.java @@ -56,10 +56,10 @@ * @ContextConfiguration(classes = MyBatchJobConfiguration.class) * public class MyBatchJobTests { * - * @@Autowired + * @Autowired * private JobLauncherTestUtils jobLauncherTestUtils; * - * @@Autowired + * @Autowired * private JobRepositoryTestUtils jobRepositoryTestUtils; * * @Before @@ -91,10 +91,10 @@ * @ContextConfiguration(classes = MyBatchJobConfiguration.class) * public class MyBatchJobTests { * - * @@Autowired + * @Autowired * private JobLauncherTestUtils jobLauncherTestUtils; * - * @@Autowired + * @Autowired * private JobRepositoryTestUtils jobRepositoryTestUtils; * * @BeforeEach