Merge pull request #1715 from igor-suhorukov:master

* pr/1715:
  Polish
This commit is contained in:
Stephane Nicoll
2018-03-03 12:12:45 +01:00
5 changed files with 0 additions and 5 deletions

View File

@@ -17,7 +17,6 @@
package org.springframework.beans.factory;
import org.springframework.beans.BeansException;
import org.springframework.lang.Nullable;
/**
* Defines a factory which can return an Object instance

View File

@@ -26,7 +26,6 @@ import org.springframework.beans.factory.ObjectFactory;
import org.springframework.beans.factory.config.Scope;
import org.springframework.core.NamedThreadLocal;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* A simple thread-backed {@link Scope} implementation.

View File

@@ -16,7 +16,6 @@
package org.springframework.web.util;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.nio.charset.UnsupportedCharsetException;
import java.util.LinkedHashMap;

View File

@@ -17,7 +17,6 @@
package org.springframework.web.reactive.handler;
import java.util.Collections;
import java.util.Comparator;
import java.util.LinkedHashMap;
import java.util.Map;

View File

@@ -21,7 +21,6 @@ import java.util.Collection;
import java.util.Collections;
import java.util.List;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
import org.springframework.util.ObjectUtils;
import org.springframework.web.server.ServerWebExchange;