From 2bdf4283e0286e16ff8cbe4ca0cce19d3865691e Mon Sep 17 00:00:00 2001 From: Starchenko Ilya Date: Thu, 21 Apr 2022 18:47:51 +0600 Subject: [PATCH] Fix Javadoc of SpringBatchTest annotation fix double @-symbol in javadoc Issue #4102 --- .../batch/test/context/SpringBatchTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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..231de41e14 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 @@ -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. @@ -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