Skip to content

Commit

Permalink
Update Javadoc regarding Servlet 6 baseline for mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Apr 4, 2023
1 parent d1d2d59 commit f9cb0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f9cb0eb

Please sign in to comment.