Fix import issue introduced in prior commit

Issue: SPR-9289
This commit is contained in:
Rossen Stoyanchev 2012-06-26 18:07:12 -04:00
parent 3f5fa44d32
commit 7dff02b2c1
1 changed files with 1 additions and 2 deletions

View File

@ -16,6 +16,7 @@
package org.springframework.web.servlet.mvc.method.annotation;
import java.util.Collections;
import java.util.LinkedHashMap;
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.servlet.HandlerMapping;
import edu.emory.mathcs.backport.java.util.Collections;
/**
* Resolves {@link Map} method arguments annotated with an @{@link PathVariable}
* where the annotation does not specify a path variable name. The created