polishing

This commit is contained in:
Juergen Hoeller
2010-08-16 21:24:21 +00:00
parent b58e19b04c
commit e4792aaf33
3 changed files with 4 additions and 13 deletions

View File

@@ -283,8 +283,6 @@ public class UrlPathHelper {
/**
* Return the query string part of the given request's URL. If this is a forwarded request,
* correctly resolves to the query string of the original request.
* <p>Relies on the Servlet 2.4 'forward' attributes. These attributes may be set by
* other components when running in a Servlet 2.3 environment.
* @param request current HTTP request
* @return the query string
*/