Fix import issue introduced in prior commit
Issue: SPR-9289
This commit is contained in:
parent
3f5fa44d32
commit
7dff02b2c1
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
package org.springframework.web.servlet.mvc.method.annotation;
|
package org.springframework.web.servlet.mvc.method.annotation;
|
||||||
|
|
||||||
|
import java.util.Collections;
|
||||||
import java.util.LinkedHashMap;
|
import java.util.LinkedHashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
@ -30,8 +31,6 @@ import org.springframework.web.method.support.HandlerMethodArgumentResolver;
|
||||||
import org.springframework.web.method.support.ModelAndViewContainer;
|
import org.springframework.web.method.support.ModelAndViewContainer;
|
||||||
import org.springframework.web.servlet.HandlerMapping;
|
import org.springframework.web.servlet.HandlerMapping;
|
||||||
|
|
||||||
import edu.emory.mathcs.backport.java.util.Collections;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolves {@link Map} method arguments annotated with an @{@link PathVariable}
|
* Resolves {@link Map} method arguments annotated with an @{@link PathVariable}
|
||||||
* where the annotation does not specify a path variable name. The created
|
* where the annotation does not specify a path variable name. The created
|
||||||
|
|
Loading…
Reference in New Issue