提交 cf147a82 编写于 作者: R Rossen Stoyanchev

Fix issue with incorrect class import

Issue: SPR-9112
上级 c846198e
...@@ -18,6 +18,7 @@ package org.springframework.web.servlet.mvc.method.annotation; ...@@ -18,6 +18,7 @@ package org.springframework.web.servlet.mvc.method.annotation;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap; import java.util.HashMap;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;
import java.util.List; import java.util.List;
...@@ -58,8 +59,6 @@ import org.springframework.web.servlet.ModelAndView; ...@@ -58,8 +59,6 @@ import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.View; import org.springframework.web.servlet.View;
import org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver; import org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* An {@link AbstractHandlerMethodExceptionResolver} that resolves exceptions * An {@link AbstractHandlerMethodExceptionResolver} that resolves exceptions
* through {@code @ExceptionHandler} methods. * through {@code @ExceptionHandler} methods.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册