Skip to content

Commit 620a87b

Browse files
committed
Polishing
1 parent 368036c commit 620a87b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

spring-test/src/main/java/org/springframework/test/context/support/DynamicPropertiesContextCustomizerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-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.

spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/DynamicPropertySourceNestedTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-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.
@@ -127,7 +127,7 @@ void serviceHasInjectedValues(@Autowired Service service) {
127127
}
128128

129129
@Nested
130-
class DynamicPropertySourceOverrideEnclosingClassTests {
130+
class DynamicPropertySourceOverridesEnclosingClassTests {
131131

132132
@DynamicPropertySource
133133
static void overrideDynamicPropertyFromEnclosingClass(DynamicPropertyRegistry registry) {

0 commit comments

Comments
 (0)