SEC-2223: Correct FirewalledRequest#reset() javadoc

This commit is contained in:
Rob Winch 2013-07-21 14:30:20 -05:00
parent 04b7d5ca08
commit 686a7a8d62
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ public abstract class FirewalledRequest extends HttpServletRequestWrapper {
* proper. * proper.
* <p> * <p>
* An implementation can thus choose to modify the state of the request * An implementation can thus choose to modify the state of the request
* for the security infrastructure, while still maintaining the * for the security infrastructure, while still maintaining the original
* {@link HttpServletRequest}.
*/ */
public abstract void reset(); public abstract void reset();