Skip to content

Commit 51b8974

Browse files
committed
Polishing
1 parent 019f764 commit 51b8974

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 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.
@@ -25,7 +25,7 @@
2525

2626
/**
2727
* {@link ContextCustomizer} implementation that registers the necessary
28-
* infrastructure to support {@linkplain BeanOverride bean overriding}.
28+
* infrastructure to support {@linkplain BeanOverride Bean Overrides}.
2929
*
3030
* @author Simon Baslé
3131
* @author Stephane Nicoll

spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizerFactory.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 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,7 @@
2828

2929
/**
3030
* {@link ContextCustomizerFactory} implementation that provides support for
31-
* Bean Overriding.
31+
* {@linkplain BeanOverride Bean Overrides}.
3232
*
3333
* @author Simon Baslé
3434
* @author Stephane Nicoll

0 commit comments

Comments
 (0)