Skip to content

Commit 03b2d93

Browse files
committed
Polishing
1 parent 4ccf33e commit 03b2d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/MatrixVariableMapMethodArgumentResolver.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/**
3939
* Resolves arguments of type {@link Map} annotated with {@link MatrixVariable @MatrixVariable}
4040
* where the annotation does not specify a name. In other words the purpose of this resolver
41-
* is to provide access to multiple matrix variables, either all or associted with a specific
41+
* is to provide access to multiple matrix variables, either all or associated with a specific
4242
* path variable.
4343
*
4444
* <p>When a name is specified, an argument of type Map is considered to be a single attribute
@@ -106,4 +106,4 @@ private boolean isSingleValueMap(MethodParameter parameter) {
106106
return false;
107107
}
108108

109-
}
109+
}

0 commit comments

Comments
 (0)