From d26df490b51e832d6a813a349f5a1788721fffc3 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 12 Jun 2009 09:56:39 +0000 Subject: [PATCH] JavaDoc typo --- .../org/springframework/web/bind/annotation/RequestMapping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java b/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java index 79c7e7b3aaf..55db587c9b3 100644 --- a/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java +++ b/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java @@ -69,7 +69,7 @@ import java.lang.annotation.Target; *
  • {@link java.io.OutputStream} / {@link java.io.Writer} for generating * the response's content. This will be the raw OutputStream/Writer as * exposed by the Servlet/Portlet API. - *
  • {@link PathVariable @PathVariable} annotated parameters for acces to + *
  • {@link PathVariable @PathVariable} annotated parameters for access to * URI template values (i.e. /hotels/{hotel}). Variable values will be * converted to the declared method argument type. *
  • {@link RequestParam @RequestParam} annotated parameters for access to