Polishing
This commit is contained in:
parent
0221471265
commit
3cc76ef87c
|
@ -17,7 +17,7 @@
|
|||
package org.springframework.test.context.bean.override.example;
|
||||
|
||||
/**
|
||||
* Example service interface for mocking tests.
|
||||
* Example service interface for tests.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.2
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
package org.springframework.test.context.bean.override.example;
|
||||
|
||||
/**
|
||||
* Example bean for mocking tests that call the {@link ExampleService}.
|
||||
* Example bean for tests that call the {@link ExampleService}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.2
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
package org.springframework.test.context.bean.override.example;
|
||||
|
||||
/**
|
||||
* Example service implementation for spy tests.
|
||||
* Example service implementation for tests.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
package org.springframework.test.context.bean.override.example;
|
||||
|
||||
/**
|
||||
* Example service implementation for spy tests.
|
||||
* Example service implementation for tests.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.2
|
||||
|
|
Loading…
Reference in New Issue