Skip to content

Commit

Permalink
Fix Javadoc of SpringBatchTest annotation
Browse files Browse the repository at this point in the history
fix double @-symbol in javadoc

Issue #4102
  • Loading branch information
stillya authored and fmbenhassine committed Apr 27, 2022
1 parent a722cd2 commit ad92d2a
Showing 1 changed file with 5 additions and 5 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2020 the original author or authors.
* Copyright 2018-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -56,10 +56,10 @@
* @ContextConfiguration(classes = MyBatchJobConfiguration.class)
* public class MyBatchJobTests {
*
* @@Autowired
* @Autowired
* private JobLauncherTestUtils jobLauncherTestUtils;
*
* @@Autowired
* @Autowired
* private JobRepositoryTestUtils jobRepositoryTestUtils;
*
* @Before
Expand Down Expand Up @@ -91,10 +91,10 @@
* @ContextConfiguration(classes = MyBatchJobConfiguration.class)
* public class MyBatchJobTests {
*
* @@Autowired
* @Autowired
* private JobLauncherTestUtils jobLauncherTestUtils;
*
* @@Autowired
* @Autowired
* private JobRepositoryTestUtils jobRepositoryTestUtils;
*
* @BeforeEach
Expand Down

0 comments on commit ad92d2a

Please sign in to comment.