Skip to content

Commit e640aab

Browse files
stillyafmbenhassine
authored andcommitted
Fix Javadoc of SpringBatchTest annotation
fix double @-symbol in javadoc Issue spring-projects#4102
1 parent 932cbf5 commit e640aab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-batch-test/src/main/java/org/springframework/batch/test/context/SpringBatchTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2020 the original author or authors.
2+
* Copyright 2018-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -56,10 +56,10 @@
5656
* @ContextConfiguration(classes = MyBatchJobConfiguration.class)
5757
* public class MyBatchJobTests {
5858
*
59-
* @@Autowired
59+
* @Autowired
6060
* private JobLauncherTestUtils jobLauncherTestUtils;
6161
*
62-
* @@Autowired
62+
* @Autowired
6363
* private JobRepositoryTestUtils jobRepositoryTestUtils;
6464
*
6565
* @Before
@@ -91,10 +91,10 @@
9191
* @ContextConfiguration(classes = MyBatchJobConfiguration.class)
9292
* public class MyBatchJobTests {
9393
*
94-
* @@Autowired
94+
* @Autowired
9595
* private JobLauncherTestUtils jobLauncherTestUtils;
9696
*
97-
* @@Autowired
97+
* @Autowired
9898
* private JobRepositoryTestUtils jobRepositoryTestUtils;
9999
*
100100
* @BeforeEach

0 commit comments

Comments
 (0)