Polishing

This commit is contained in:
Sam Brannen
2019-03-01 20:39:25 +01:00
parent 74e9825a65
commit a16dd95ab7
2 changed files with 3 additions and 8 deletions

View File

@@ -1,13 +1,8 @@
/**
* A comprehensive set of Servlet API 3.0 mock objects,
* targeted at usage with Spring's Web MVC framework.
* A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
* Spring's Web MVC framework.
*
* <p>Useful for testing web contexts and controllers.
*
* <p>More convenient to use than dynamic mock objects
* (<a href="http://www.easymock.org">EasyMock</a>) or
* existing Servlet API mock objects
* (<a href="http://www.mockobjects.com">MockObjects</a>).
*/
@NonNullApi
@NonNullFields

View File

@@ -1,5 +1,5 @@
/**
* Mock implementations of Spring's reactive server web API abtsractions.
* Mock implementations of Spring's reactive server web API abstractions.
*/
@NonNullApi
@NonNullFields