Skip to content

Commit 09e5d38

Browse files
committed
Polish "Replace @CsvSource with @valuesource where feasible"
See gh-36062
1 parent acb7acd commit 09e5d38

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/test/java/org/springframework/boot/testsupport/classpath/ModifiedClassPathExtensionForkParameterizedTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 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.
@@ -28,7 +28,6 @@
2828
* Tests for {@link ForkedClassPath @ForkedClassPath}.
2929
*
3030
* @author Andy Wilkinson
31-
* @author Yanming Zhou
3231
*/
3332
@ForkedClassPath
3433
class ModifiedClassPathExtensionForkParameterizedTests {

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
*
5555
* @author Phillip Webb
5656
* @author Madhura Bhave
57-
* @author Yanming Zhou
5857
*/
5958
class ConfigDataEnvironmentTests {
6059

0 commit comments

Comments
 (0)