Skip to content

Commit 58242f2

Browse files
committed
Polish
1 parent 40df48f commit 58242f2

File tree

82 files changed

+34
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+34
-128
lines changed

spring-aop/src/main/java/org/springframework/aop/framework/AbstractSingletonProxyFactoryBean.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import org.springframework.beans.factory.FactoryBean;
2525
import org.springframework.beans.factory.FactoryBeanNotInitializedException;
2626
import org.springframework.beans.factory.InitializingBean;
27-
import org.springframework.lang.Nullable;
2827
import org.springframework.util.ClassUtils;
2928

3029
/**

spring-aop/src/main/java/org/springframework/aop/interceptor/AsyncExecutionAspectSupport.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import java.util.concurrent.ConcurrentHashMap;
2525
import java.util.concurrent.Executor;
2626
import java.util.concurrent.Future;
27-
import java.util.function.Supplier;
2827

2928
import org.apache.commons.logging.Log;
3029
import org.apache.commons.logging.LogFactory;

spring-aop/src/main/java/org/springframework/aop/target/AbstractBeanFactoryBasedTargetSource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import org.springframework.aop.TargetSource;
2525
import org.springframework.beans.factory.BeanFactory;
2626
import org.springframework.beans.factory.BeanFactoryAware;
27-
import org.springframework.util.ClassUtils;
2827
import org.springframework.util.ObjectUtils;
2928

3029
/**

spring-aop/src/test/java/org/springframework/aop/framework/ProxyFactoryTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -35,7 +35,6 @@
3535
import org.springframework.aop.support.DelegatingIntroductionInterceptor;
3636
import org.springframework.core.annotation.AnnotationAwareOrderComparator;
3737
import org.springframework.core.annotation.Order;
38-
import org.springframework.lang.Nullable;
3938
import org.springframework.tests.TimeStamped;
4039
import org.springframework.tests.aop.advice.CountingBeforeAdvice;
4140
import org.springframework.tests.aop.interceptor.NopInterceptor;

spring-beans/src/main/java/org/springframework/beans/PropertyMatches.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.springframework.beans;
1818

1919
import java.beans.PropertyDescriptor;
20-
import java.lang.reflect.Field;
2120
import java.util.ArrayList;
2221
import java.util.Collections;
2322
import java.util.List;

spring-beans/src/main/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBean.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@
2424
import org.springframework.beans.factory.FactoryBean;
2525
import org.springframework.beans.factory.FactoryBeanNotInitializedException;
2626
import org.springframework.beans.factory.InitializingBean;
27-
import org.springframework.lang.Nullable;
2827
import org.springframework.util.ClassUtils;
2928
import org.springframework.util.ReflectionUtils;
3029
import org.springframework.util.StringUtils;

spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionRegistry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import org.springframework.beans.factory.NoSuchBeanDefinitionException;
2121
import org.springframework.beans.factory.config.BeanDefinition;
2222
import org.springframework.core.AliasRegistry;
23-
import org.springframework.lang.Nullable;
2423

2524
/**
2625
* Interface for registries that hold bean definitions, for example RootBeanDefinition

spring-beans/src/test/java/org/springframework/beans/BeanWrapperGenericsTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,7 +33,6 @@
3333

3434
import org.springframework.beans.propertyeditors.CustomNumberEditor;
3535
import org.springframework.beans.propertyeditors.StringTrimmerEditor;
36-
import org.springframework.core.io.Resource;
3736
import org.springframework.core.io.UrlResource;
3837
import org.springframework.tests.sample.beans.GenericBean;
3938
import org.springframework.tests.sample.beans.GenericIntegerBean;

spring-context-support/src/main/java/org/springframework/cache/jcache/config/AbstractJCacheConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.springframework.context.annotation.Bean;
2626
import org.springframework.context.annotation.Configuration;
2727
import org.springframework.context.annotation.Role;
28-
import org.springframework.lang.Nullable;
2928

3029
/**
3130
* Abstract JSR-107 specific {@code @Configuration} class providing common

spring-context-support/src/main/java/org/springframework/scheduling/commonj/TimerManagerFactoryBean.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import org.springframework.beans.factory.FactoryBean;
2828
import org.springframework.beans.factory.InitializingBean;
2929
import org.springframework.context.Lifecycle;
30-
import org.springframework.util.Assert;
3130

3231
/**
3332
* {@link org.springframework.beans.factory.FactoryBean} that retrieves a

0 commit comments

Comments
 (0)