Skip to content

Commit 2975a8c

Browse files
committed
Fix javadoc warning
The `@deprecated` tag cannot be used on module-info. This commit adapts the deprecation notice accordingly. Closes gh-41481
1 parent c693b2b commit 2975a8c

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito/package-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
/**
1818
* Mockito integration for Spring Boot tests.
19-
* @deprecated since 3.4.0 for removal in 3.6.0 in favor of Spring Framework's
19+
* <p>
20+
* Deprecated since 3.4.0 for removal in 3.6.0 in favor of Spring Framework's
2021
* {@link org.springframework.test.context.bean.override.mockito.MockitoBean} and
2122
* {@link org.springframework.test.context.bean.override.mockito.MockitoSpyBean}
2223
*/

0 commit comments

Comments
 (0)