Browse Source

Merge pull request #1715 from igor-suhorukov:master

* pr/1715:
  Polish
pull/1721/head
Stephane Nicoll 8 years ago
parent
commit
d89d95ef1c
  1. 1
      spring-beans/src/main/java/org/springframework/beans/factory/ObjectFactory.java
  2. 1
      spring-context/src/main/java/org/springframework/context/support/SimpleThreadScope.java
  3. 1
      spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java
  4. 1
      spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractUrlHandlerMapping.java
  5. 1
      spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/CompositeRequestCondition.java

1
spring-beans/src/main/java/org/springframework/beans/factory/ObjectFactory.java

@ -17,7 +17,6 @@ @@ -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

1
spring-context/src/main/java/org/springframework/context/support/SimpleThreadScope.java

@ -26,7 +26,6 @@ import org.springframework.beans.factory.ObjectFactory; @@ -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.

1
spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java

@ -16,7 +16,6 @@ @@ -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;

1
spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractUrlHandlerMapping.java

@ -17,7 +17,6 @@ @@ -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;

1
spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/CompositeRequestCondition.java

@ -21,7 +21,6 @@ import java.util.Collection; @@ -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;

Loading…
Cancel
Save