Polishing

This commit is contained in:
Juergen Hoeller
2018-01-22 21:39:16 +01:00
parent 4ccf33e36b
commit 03b2d9399e

View File

@@ -38,7 +38,7 @@ import org.springframework.web.servlet.HandlerMapping;
/**
* Resolves arguments of type {@link Map} annotated with {@link MatrixVariable @MatrixVariable}
* where the annotation does not specify a name. In other words the purpose of this resolver
* is to provide access to multiple matrix variables, either all or associted with a specific
* is to provide access to multiple matrix variables, either all or associated with a specific
* path variable.
*
* <p>When a name is specified, an argument of type Map is considered to be a single attribute
@@ -106,4 +106,4 @@ public class MatrixVariableMapMethodArgumentResolver implements HandlerMethodArg
return false;
}
}
}