Skip to content

Commit 3cc76ef

Browse files
committed
Polishing
1 parent 0221471 commit 3cc76ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: spring-test/src/test/java/org/springframework/test/context/bean/override/example/ExampleService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.springframework.test.context.bean.override.example;
1818

1919
/**
20-
* Example service interface for mocking tests.
20+
* Example service interface for tests.
2121
*
2222
* @author Phillip Webb
2323
* @since 6.2

Diff for: spring-test/src/test/java/org/springframework/test/context/bean/override/example/ExampleServiceCaller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.springframework.test.context.bean.override.example;
1818

1919
/**
20-
* Example bean for mocking tests that call the {@link ExampleService}.
20+
* Example bean for tests that call the {@link ExampleService}.
2121
*
2222
* @author Phillip Webb
2323
* @since 6.2

Diff for: spring-test/src/test/java/org/springframework/test/context/bean/override/example/RealExampleService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.springframework.test.context.bean.override.example;
1818

1919
/**
20-
* Example service implementation for spy tests.
20+
* Example service implementation for tests.
2121
*
2222
* @author Phillip Webb
2323
*/

Diff for: spring-test/src/test/java/org/springframework/test/context/bean/override/example/SimpleExampleService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.springframework.test.context.bean.override.example;
1818

1919
/**
20-
* Example service implementation for spy tests.
20+
* Example service implementation for tests.
2121
*
2222
* @author Phillip Webb
2323
* @since 6.2

0 commit comments

Comments
 (0)