Fix javadoc warning
The `@deprecated` tag cannot be used on module-info. This commit adapts the deprecation notice accordingly. Closes gh-41481
This commit is contained in:
parent
c693b2bd8c
commit
2975a8ce3f
|
|
@ -16,7 +16,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mockito integration for Spring Boot tests.
|
* Mockito integration for Spring Boot tests.
|
||||||
* @deprecated since 3.4.0 for removal in 3.6.0 in favor of Spring Framework's
|
* <p>
|
||||||
|
* Deprecated since 3.4.0 for removal in 3.6.0 in favor of Spring Framework's
|
||||||
* {@link org.springframework.test.context.bean.override.mockito.MockitoBean} and
|
* {@link org.springframework.test.context.bean.override.mockito.MockitoBean} and
|
||||||
* {@link org.springframework.test.context.bean.override.mockito.MockitoSpyBean}
|
* {@link org.springframework.test.context.bean.override.mockito.MockitoSpyBean}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue