Update Javadoc regarding Servlet 6 baseline for mocks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user