Fix JavaDoc warning

We can't link from JavaDoc in gerrit-extension-api to
HttpServletRequest because gerrit-extension-api doesn't have a
dependency to the servlet API.

Change-Id: Ia4ca7e0b6752cfc1c2672f32ba373dd68b81983a
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2014-05-27 12:35:50 +02:00 committed by Shawn Pearce
parent d1624692bf
commit e62e42d9c3

View File

@ -26,7 +26,7 @@ import java.lang.annotation.Target;
* Annotation applied to HttpServletRequest and HttpServletResponse
* when they are inherited from Gerrit instead of being injected by
* a plugin's ServletModule. This means that the path returned by
* {@link javax.servlet.http.HttpServletRequest#getPathInfo} is
* 'javax.servlet.http.HttpServletRequest#getPathInfo()' is
* relative to the Gerrit root instead of a path within the plugin's
* URL space.
*/