fix a comment

This commit is contained in:
Andy Janata 2013-01-08 23:34:21 -08:00
parent c8a5898e6d
commit d4adaa7692
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class RequestWrapper {
}
/**
* If there is an {@code X-Forwarded-For} header, the <strong>last</strong> entry in that list
* If there is an {@code X-Forwarded-For} header, the <strong>first</strong> entry in that list
* is returned instead.
* @see HttpServletRequest#getRemoteAddr()
*/