Update Javadoc regarding Servlet 6 baseline for mocks

This commit is contained in:
Sam Brannen
2023-04-04 16:29:51 +02:00
parent d1d2d5943e
commit f9cb0eba87
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ import org.springframework.util.StringUtils;
* Extension of {@code Cookie} with extra attributes, as defined in
* <a href="https://tools.ietf.org/html/rfc6265">RFC 6265</a>.
*
* <p>As of Spring 6.0, this set of mocks is designed on a Servlet 6.0 baseline.
*
* @author Vedran Pavic
* @author Juergen Hoeller
* @author Sam Brannen

View File

@@ -1,5 +1,5 @@
/**
* A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
* A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with
* Spring's Web MVC framework.
*
* <p>Useful for testing web contexts and controllers.