Skip to content

Commit

Permalink
Polish Javadoc for PathVariableMapMethodArgumentResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Apr 16, 2022
1 parent ffffa05 commit 081c646
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,9 +30,9 @@
import org.springframework.web.server.ServerWebExchange;

/**
* Resolver for {@link Map} method arguments also annotated with
* Resolver for {@link Map} method arguments annotated with
* {@link PathVariable @PathVariable} where the annotation does not specify a
* path variable name. The resulting {@link Map} argument is a coyp of all URI
* path variable name. The resulting {@link Map} argument is a copy of all URI
* template name-value pairs.
*
* @author Rossen Stoyanchev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
import org.springframework.web.servlet.HandlerMapping;

/**
* Resolves {@link Map} method arguments annotated with an @{@link PathVariable}
* where the annotation does not specify a path variable name. The created
* {@link Map} contains all URI template name/value pairs.
* Resolves {@link Map} method arguments annotated with
* {@link PathVariable @PathVariable} where the annotation does not specify a
* path variable name. The resulting {@link Map} argument is a copy of all URI
* template name-value pairs.
*
* @author Rossen Stoyanchev
* @since 3.2
Expand Down

0 comments on commit 081c646

Please sign in to comment.