Browse Source

JavaDoc typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1366 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Sam Brannen 17 years ago
parent
commit
1eb0b97748
  1. 2
      org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java

2
org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java

@ -69,7 +69,7 @@ import java.lang.annotation.Target; @@ -69,7 +69,7 @@ import java.lang.annotation.Target;
* <li>{@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.
* <li>{@link PathVariable @PathVariable} annotated parameters for acces to
* <li>{@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.
* <li>{@link RequestParam @RequestParam} annotated parameters for access to

Loading…
Cancel
Save