Skip to content

Commit f9cb0eb

Browse files
committed
Update Javadoc regarding Servlet 6 baseline for mocks
1 parent d1d2d59 commit f9cb0eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-test/src/main/java/org/springframework/mock/web/MockCookie.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
* Extension of {@code Cookie} with extra attributes, as defined in
3232
* <a href="https://tools.ietf.org/html/rfc6265">RFC 6265</a>.
3333
*
34+
* <p>As of Spring 6.0, this set of mocks is designed on a Servlet 6.0 baseline.
35+
*
3436
* @author Vedran Pavic
3537
* @author Juergen Hoeller
3638
* @author Sam Brannen

spring-test/src/main/java/org/springframework/mock/web/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
2+
* A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with
33
* Spring's Web MVC framework.
44
*
55
* <p>Useful for testing web contexts and controllers.

0 commit comments

Comments
 (0)