提交 950f00a2 编写于 作者: P Phillip Webb

Fix Collections import

Replace backport Collections class with stock JDK version
上级 6407a347
...@@ -18,6 +18,7 @@ package org.springframework.web.servlet.mvc.condition; ...@@ -18,6 +18,7 @@ package org.springframework.web.servlet.mvc.condition;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collection; import java.util.Collection;
import java.util.Collections;
import java.util.List; import java.util.List;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
...@@ -25,8 +26,6 @@ import javax.servlet.http.HttpServletRequest; ...@@ -25,8 +26,6 @@ import javax.servlet.http.HttpServletRequest;
import org.springframework.util.Assert; import org.springframework.util.Assert;
import org.springframework.util.ObjectUtils; import org.springframework.util.ObjectUtils;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* Implements the {@link RequestCondition} contract by delegating to multiple * Implements the {@link RequestCondition} contract by delegating to multiple
* {@code RequestCondition} types and using a logical conjunction (' && ') to * {@code RequestCondition} types and using a logical conjunction (' && ') to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册