Browse Source

Consistent whitespace after imports

Update code to have a consistent number of new-line characters after
import statements.
pull/422/head
Phillip Webb 12 years ago
parent
commit
043a41e382
  1. 1
      spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverAnnotationTests.java
  2. 1
      spring-aop/src/test/java/org/springframework/aop/aspectj/TigerAspectJExpressionPointcutTests.java
  3. 1
      spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJPointcutAdvisorTests.java
  4. 1
      spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectMetadataTests.java
  5. 1
      spring-aop/src/test/java/org/springframework/aop/framework/adapter/ThrowsAdviceInterceptorTests.java
  6. 1
      spring-aop/src/test/java/org/springframework/aop/support/AopUtilsTests.java
  7. 1
      spring-aop/src/test/java/org/springframework/aop/support/ControlFlowPointcutTests.java
  8. 1
      spring-aop/src/test/java/org/springframework/aop/support/NameMatchMethodPointcutTests.java
  9. 1
      spring-aop/src/test/java/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests.java
  10. 2
      spring-aop/src/test/java/org/springframework/aop/target/HotSwappableTargetSourceTests.java
  11. 1
      spring-aop/src/test/java/org/springframework/aop/target/PrototypeTargetSourceTests.java
  12. 1
      spring-aop/src/test/java/org/springframework/aop/target/ThreadLocalTargetSourceTests.java
  13. 1
      spring-aop/src/test/java/org/springframework/tests/aop/advice/MyThrowsHandler.java
  14. 1
      spring-aop/src/test/java/org/springframework/tests/aop/advice/TimestampIntroductionAdvisor.java
  15. 1
      spring-aop/src/test/java/org/springframework/tests/aop/interceptor/SerializableNopInterceptor.java
  16. 1
      spring-aspects/src/test/java/org/springframework/cache/aspectj/AspectJAnnotationTests.java
  17. 1
      spring-aspects/src/test/java/org/springframework/mock/staticmock/AnnotationDrivenStaticEntityMockingControlTest.java
  18. 1
      spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java
  19. 1
      spring-beans/src/test/java/org/springframework/beans/BeanWrapperTests.java
  20. 1
      spring-beans/src/test/java/org/springframework/beans/MutablePropertyValuesTests.java
  21. 1
      spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests.java
  22. 1
      spring-beans/src/test/java/org/springframework/beans/factory/SharedBeanRegistryTests.java
  23. 1
      spring-beans/src/test/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests.java
  24. 1
      spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests.java
  25. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.java
  26. 1
      spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java
  27. 1
      spring-beans/src/test/java/org/springframework/beans/factory/config/SimpleScopeTests.java
  28. 1
      spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionBuilderTests.java
  29. 1
      spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionTests.java
  30. 1
      spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java
  31. 1
      spring-beans/src/test/java/org/springframework/beans/factory/support/PropertiesBeanDefinitionReaderTests.java
  32. 1
      spring-beans/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java
  33. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/AbstractBeanFactoryTests.java
  34. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/AbstractListableBeanFactoryTests.java
  35. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/AutowireWithExclusionTests.java
  36. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionMergingTests.java
  37. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionsWithDefaultTypesTests.java
  38. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/ConstructorDependenciesBean.java
  39. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/CountingFactory.java
  40. 2
      spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests.java
  41. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/FactoryMethods.java
  42. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests.java
  43. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/SchemaValidationTests.java
  44. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/SimpleConstructorNamespaceHandlerTests.java
  45. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerTests.java
  46. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlBeanCollectionTests.java
  47. 1
      spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlListableBeanFactoryTests.java
  48. 1
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomEditorTests.java
  49. 1
      spring-beans/src/test/java/org/springframework/tests/beans/CollectingReaderEventListener.java
  50. 1
      spring-beans/src/test/java/org/springframework/tests/sample/beans/DummyFactory.java
  51. 1
      spring-beans/src/test/java/org/springframework/tests/sample/beans/GenericSetOfIntegerBean.java
  52. 1
      spring-beans/src/test/java/org/springframework/tests/sample/beans/factory/DummyFactory.java
  53. 1
      spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClass.java
  54. 1
      spring-context/src/main/java/org/springframework/context/annotation/ImportResource.java
  55. 1
      spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AtAspectJAnnotationBindingTests.java
  56. 1
      spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/_TestTypes.java
  57. 1
      spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/spr3064/SPR3064Tests.java
  58. 1
      spring-context/src/test/java/org/springframework/context/annotation/AbstractCircularImportDetectionTests.java
  59. 1
      spring-context/src/test/java/org/springframework/context/annotation/BeanAge.java
  60. 1
      spring-context/src/test/java/org/springframework/context/annotation/ConfigurationWithFactoryBeanAndParametersTests.java
  61. 1
      spring-context/src/test/java/org/springframework/context/annotation/InvalidConfigurationClassDefinitionTests.java
  62. 1
      spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassAspectIntegrationTests.java
  63. 1
      spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportTests.java
  64. 1
      spring-context/src/test/java/org/springframework/context/annotation/configuration/spr8955/Spr8955Tests.java
  65. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/ImportedConfig.java
  66. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentConfig.java
  67. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithComponentScanConfig.java
  68. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithImportConfig.java
  69. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithImportResourceConfig.java
  70. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithParentConfig.java
  71. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/Spr10546Tests.java
  72. 1
      spring-context/src/test/java/org/springframework/context/annotation/spr10546/scanpackage/AEnclosingConfig.java
  73. 1
      spring-context/src/test/java/org/springframework/context/expression/EnvironmentAccessorIntegrationTests.java
  74. 1
      spring-context/src/test/java/org/springframework/context/support/EnvironmentSecurityManagerIntegrationTests.java
  75. 1
      spring-context/src/test/java/org/springframework/context/support/Logic.java
  76. 1
      spring-context/src/test/java/org/springframework/jndi/SimpleNamingContextTests.java
  77. 1
      spring-context/src/test/java/test/mixin/LockMixin.java
  78. 1
      spring-core/src/main/java/org/springframework/util/MimeType.java
  79. 1
      spring-core/src/main/java/org/springframework/util/StreamUtils.java
  80. 1
      spring-core/src/test/java/org/springframework/core/SerializableTypeWrapperTests.java
  81. 1
      spring-core/src/test/java/org/springframework/core/StandardReflectionParameterNameDiscoverTests.java
  82. 1
      spring-core/src/test/java/org/springframework/core/env/StandardEnvironmentTests.java
  83. 1
      spring-core/src/test/java/org/springframework/tests/sample/objects/GenericObject.java
  84. 1
      spring-core/src/test/java/org/springframework/util/MimeTypeTests.java
  85. 1
      spring-expression/src/main/java/org/springframework/expression/spel/SpelParseException.java
  86. 1
      spring-expression/src/test/java/org/springframework/expression/spel/SetValueTests.java
  87. 1
      spring-expression/src/test/java/org/springframework/expression/spel/VariableAndFunctionTests.java
  88. 1
      spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/ConnectionProperties.java
  89. 1
      spring-messaging/src/main/java/org/springframework/messaging/core/AbstractDestinationResolvingMessagingTemplate.java
  90. 1
      spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessageSendingTemplate.java
  91. 1
      spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessagingTemplate.java
  92. 1
      spring-messaging/src/main/java/org/springframework/messaging/handler/method/AbstractExceptionHandlerMethodResolver.java
  93. 1
      spring-messaging/src/main/java/org/springframework/messaging/handler/method/HandlerMethodReturnValueHandlerComposite.java
  94. 1
      spring-messaging/src/main/java/org/springframework/messaging/simp/BrokerAvailabilityEvent.java
  95. 1
      spring-messaging/src/main/java/org/springframework/messaging/simp/config/StompBrokerRelayRegistration.java
  96. 1
      spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/AnnotationExceptionHandlerMethodResolverTests.java
  97. 1
      spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeaderMethodArgumentResolverTests.java
  98. 1
      spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeadersMethodArgumentResolverTests.java
  99. 1
      spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/PayloadArgumentResolverTests.java
  100. 1
      spring-messaging/src/test/java/org/springframework/messaging/simp/TestPrincipal.java
  101. Some files were not shown because too many files have changed in this diff Show More

1
spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverAnnotationTests.java

@ -22,7 +22,6 @@ import java.lang.annotation.RetentionPolicy; @@ -22,7 +22,6 @@ import java.lang.annotation.RetentionPolicy;
import org.aspectj.lang.ProceedingJoinPoint;
import org.junit.Test;
/**
* Additional parameter name discover tests that need Java 5.
* Yes this will re-run the tests from the superclass, but that

1
spring-aop/src/test/java/org/springframework/aop/aspectj/TigerAspectJExpressionPointcutTests.java

@ -31,7 +31,6 @@ import test.annotation.EmptySpringAnnotation; @@ -31,7 +31,6 @@ import test.annotation.EmptySpringAnnotation;
import test.annotation.transaction.Tx;
import org.springframework.tests.sample.beans.TestBean;
/**
* Java5-specific {@link AspectJExpressionPointcutTests}.
*

1
spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJPointcutAdvisorTests.java

@ -27,7 +27,6 @@ import org.springframework.aop.framework.AopConfigException; @@ -27,7 +27,6 @@ import org.springframework.aop.framework.AopConfigException;
import test.aop.PerTargetAspect;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectMetadataTests.java

@ -25,7 +25,6 @@ import org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactoryT @@ -25,7 +25,6 @@ import org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactoryT
import test.aop.PerTargetAspect;
/**
* @since 2.0
* @author Rod Johnson

1
spring-aop/src/test/java/org/springframework/aop/framework/adapter/ThrowsAdviceInterceptorTests.java

@ -31,7 +31,6 @@ import org.springframework.tests.aop.advice.MethodCounter; @@ -31,7 +31,6 @@ import org.springframework.tests.aop.advice.MethodCounter;
import static org.junit.Assert.*;
import static org.mockito.BDDMockito.*;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/aop/support/AopUtilsTests.java

@ -32,7 +32,6 @@ import org.springframework.tests.aop.interceptor.NopInterceptor; @@ -32,7 +32,6 @@ import org.springframework.tests.aop.interceptor.NopInterceptor;
import org.springframework.tests.sample.beans.TestBean;
import org.springframework.util.SerializationTestUtils;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/aop/support/ControlFlowPointcutTests.java

@ -26,7 +26,6 @@ import org.springframework.tests.aop.interceptor.NopInterceptor; @@ -26,7 +26,6 @@ import org.springframework.tests.aop.interceptor.NopInterceptor;
import org.springframework.tests.sample.beans.ITestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/aop/support/NameMatchMethodPointcutTests.java

@ -30,7 +30,6 @@ import org.springframework.tests.sample.beans.Person; @@ -30,7 +30,6 @@ import org.springframework.tests.sample.beans.Person;
import org.springframework.tests.sample.beans.SerializablePerson;
import org.springframework.util.SerializationTestUtils;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests.java

@ -31,7 +31,6 @@ import org.springframework.tests.sample.beans.Person; @@ -31,7 +31,6 @@ import org.springframework.tests.sample.beans.Person;
import org.springframework.tests.sample.beans.TestBean;
import org.springframework.util.SerializationTestUtils;
/**
* @author Rod Johnson
* @author Chris Beams

2
spring-aop/src/test/java/org/springframework/aop/target/HotSwappableTargetSourceTests.java

@ -36,8 +36,6 @@ import org.springframework.tests.sample.beans.SerializablePerson; @@ -36,8 +36,6 @@ import org.springframework.tests.sample.beans.SerializablePerson;
import org.springframework.tests.sample.beans.SideEffectBean;
import org.springframework.util.SerializationTestUtils;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/aop/target/PrototypeTargetSourceTests.java

@ -28,7 +28,6 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader; @@ -28,7 +28,6 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
import org.springframework.core.io.Resource;
import org.springframework.tests.sample.beans.SideEffectBean;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/aop/target/ThreadLocalTargetSourceTests.java

@ -29,7 +29,6 @@ import org.springframework.core.io.Resource; @@ -29,7 +29,6 @@ import org.springframework.core.io.Resource;
import org.springframework.tests.sample.beans.ITestBean;
import org.springframework.tests.sample.beans.SideEffectBean;
/**
* @author Rod Johnson
* @author Chris Beams

1
spring-aop/src/test/java/org/springframework/tests/aop/advice/MyThrowsHandler.java

@ -9,7 +9,6 @@ import java.rmi.RemoteException; @@ -9,7 +9,6 @@ import java.rmi.RemoteException;
import org.springframework.aop.ThrowsAdvice;
@SuppressWarnings("serial")
public class MyThrowsHandler extends MethodCounter implements ThrowsAdvice {
// Full method signature

1
spring-aop/src/test/java/org/springframework/tests/aop/advice/TimestampIntroductionAdvisor.java

@ -20,7 +20,6 @@ import org.springframework.aop.support.DelegatingIntroductionInterceptor; @@ -20,7 +20,6 @@ import org.springframework.aop.support.DelegatingIntroductionInterceptor;
import org.springframework.aop.support.DefaultIntroductionAdvisor;
import org.springframework.tests.aop.interceptor.TimestampIntroductionInterceptor;
/**
*
* @author Rod Johnson

1
spring-aop/src/test/java/org/springframework/tests/aop/interceptor/SerializableNopInterceptor.java

@ -18,7 +18,6 @@ package org.springframework.tests.aop.interceptor; @@ -18,7 +18,6 @@ package org.springframework.tests.aop.interceptor;
import java.io.Serializable;
/**
* Subclass of NopInterceptor that is serializable and
* can be used to test proxy serialization.

1
spring-aspects/src/test/java/org/springframework/cache/aspectj/AspectJAnnotationTests.java vendored

@ -28,7 +28,6 @@ import org.springframework.cache.config.CacheableService; @@ -28,7 +28,6 @@ import org.springframework.cache.config.CacheableService;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.GenericXmlApplicationContext;
/**
* @author Costin Leau
*/

1
spring-aspects/src/test/java/org/springframework/mock/staticmock/AnnotationDrivenStaticEntityMockingControlTest.java

@ -28,7 +28,6 @@ import org.junit.Test; @@ -28,7 +28,6 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/**
* Test for static entity mocking framework.
* @author Rod Johnson

1
spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java

@ -33,7 +33,6 @@ import org.springframework.tests.sample.beans.DerivedTestBean; @@ -33,7 +33,6 @@ import org.springframework.tests.sample.beans.DerivedTestBean;
import org.springframework.tests.sample.beans.ITestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* Unit tests for {@link BeanUtils}.
*

1
spring-beans/src/test/java/org/springframework/beans/BeanWrapperTests.java

@ -67,7 +67,6 @@ import static org.hamcrest.Matchers.*; @@ -67,7 +67,6 @@ import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;
/**
* @author Rod Johnson
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/MutablePropertyValuesTests.java

@ -20,7 +20,6 @@ import static org.junit.Assert.*; @@ -20,7 +20,6 @@ import static org.junit.Assert.*;
import org.junit.Test;
/**
* Tests for {@link MutablePropertyValues}.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/BeanFactoryUtilsTests.java

@ -39,7 +39,6 @@ import org.springframework.tests.sample.beans.TestBean; @@ -39,7 +39,6 @@ import org.springframework.tests.sample.beans.TestBean;
import org.springframework.tests.sample.beans.factory.DummyFactory;
import org.springframework.util.ObjectUtils;
/**
* @author Rod Johnson
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/factory/SharedBeanRegistryTests.java

@ -26,7 +26,6 @@ import org.springframework.beans.factory.support.DefaultSingletonBeanRegistry; @@ -26,7 +26,6 @@ import org.springframework.beans.factory.support.DefaultSingletonBeanRegistry;
import org.springframework.tests.sample.beans.DerivedTestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Juergen Hoeller
* @author Chris Beams

1
spring-beans/src/test/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests.java

@ -27,7 +27,6 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader; @@ -27,7 +27,6 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
import org.springframework.core.io.Resource;
import org.springframework.tests.sample.beans.TestBean;
/**
* Unit tests for {@link FieldRetrievingFactoryBean}.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests.java

@ -29,7 +29,6 @@ import org.springframework.core.io.Resource; @@ -29,7 +29,6 @@ import org.springframework.core.io.Resource;
import org.springframework.tests.sample.beans.ITestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* Unit tests for {@link PropertyPathFactoryBean}.
*

2
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.java

@ -38,8 +38,6 @@ import org.springframework.core.io.ClassPathResource; @@ -38,8 +38,6 @@ import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.tests.sample.beans.TestBean;
/**
* Unit tests for {@link PropertyPlaceholderConfigurer}.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java

@ -52,7 +52,6 @@ import org.springframework.core.io.Resource; @@ -52,7 +52,6 @@ import org.springframework.core.io.Resource;
import org.springframework.tests.sample.beans.IndexedTestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* Unit tests for various {@link PropertyResourceConfigurer} implementations including:
* {@link PropertyPlaceholderConfigurer}, {@link PropertyOverrideConfigurer} and

1
spring-beans/src/test/java/org/springframework/beans/factory/config/SimpleScopeTests.java

@ -30,7 +30,6 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader; @@ -30,7 +30,6 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
import org.springframework.core.io.Resource;
import org.springframework.tests.sample.beans.TestBean;
/**
* Simple test to illustrate and verify scope usage.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionBuilderTests.java

@ -23,7 +23,6 @@ import junit.framework.TestCase; @@ -23,7 +23,6 @@ import junit.framework.TestCase;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rod Johnson
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/factory/support/BeanDefinitionTests.java

@ -22,7 +22,6 @@ import org.springframework.beans.factory.config.BeanDefinition; @@ -22,7 +22,6 @@ import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.config.BeanDefinitionHolder;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Juergen Hoeller
*/

1
spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java

@ -22,7 +22,6 @@ import org.springframework.beans.factory.config.BeanDefinition; @@ -22,7 +22,6 @@ import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.config.RuntimeBeanReference;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rob Harrop
*/

1
spring-beans/src/test/java/org/springframework/beans/factory/support/PropertiesBeanDefinitionReaderTests.java

@ -20,7 +20,6 @@ import junit.framework.TestCase; @@ -20,7 +20,6 @@ import junit.framework.TestCase;
import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rob Harrop
*/

1
spring-beans/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java

@ -25,7 +25,6 @@ import org.springframework.tests.sample.beans.TestBean; @@ -25,7 +25,6 @@ import org.springframework.tests.sample.beans.TestBean;
import static org.mockito.BDDMockito.*;
/**
* @author Rick Evans
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/AbstractBeanFactoryTests.java

@ -34,7 +34,6 @@ import org.springframework.tests.sample.beans.MustBeInitialized; @@ -34,7 +34,6 @@ import org.springframework.tests.sample.beans.MustBeInitialized;
import org.springframework.tests.sample.beans.TestBean;
import org.springframework.tests.sample.beans.factory.DummyFactory;
/**
* Subclasses must implement setUp() to initialize bean factory
* and any other variables they need.

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/AbstractListableBeanFactoryTests.java

@ -21,7 +21,6 @@ import org.springframework.beans.factory.FactoryBean; @@ -21,7 +21,6 @@ import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.ListableBeanFactory;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rod Johnson
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/AutowireWithExclusionTests.java

@ -25,7 +25,6 @@ import org.springframework.beans.factory.support.RootBeanDefinition; @@ -25,7 +25,6 @@ import org.springframework.beans.factory.support.RootBeanDefinition;
import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rob Harrop
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionMergingTests.java

@ -29,7 +29,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory; @@ -29,7 +29,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* Unit and integration tests for the collection merging support.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/CollectionsWithDefaultTypesTests.java

@ -27,7 +27,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory; @@ -27,7 +27,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rob Harrop
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/ConstructorDependenciesBean.java

@ -21,7 +21,6 @@ import java.io.Serializable; @@ -21,7 +21,6 @@ import java.io.Serializable;
import org.springframework.tests.sample.beans.IndexedTestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* Simple bean used to check constructor dependency checking.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/CountingFactory.java

@ -19,7 +19,6 @@ package org.springframework.beans.factory.xml; @@ -19,7 +19,6 @@ package org.springframework.beans.factory.xml;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Juergen Hoeller
*/

2
spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests.java

@ -25,8 +25,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory; @@ -25,8 +25,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* With Spring 3.1, bean id attributes (and all other id attributes across the
* core schemas) are no longer typed as xsd:id, but as xsd:string. This allows

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/FactoryMethods.java

@ -21,7 +21,6 @@ import java.util.List; @@ -21,7 +21,6 @@ import java.util.List;
import org.springframework.tests.sample.beans.TestBean;
/**
* Test class for Spring's ability to create objects using static
* factory methods, rather than constructors.

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/NestedBeansElementAttributeRecursionTests.java

@ -27,7 +27,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory; @@ -27,7 +27,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* Tests for propagating enclosing beans element defaults to nested beans elements.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/SchemaValidationTests.java

@ -24,7 +24,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory; @@ -24,7 +24,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rob Harrop
*/

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/SimpleConstructorNamespaceHandlerTests.java

@ -25,7 +25,6 @@ import org.springframework.core.io.ClassPathResource; @@ -25,7 +25,6 @@ import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.DummyBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Costin Leau
*/

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerTests.java

@ -25,7 +25,6 @@ import org.springframework.core.io.ClassPathResource; @@ -25,7 +25,6 @@ import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.ITestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* @author Rob Harrop
* @author Juergen Hoeller

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlBeanCollectionTests.java

@ -45,7 +45,6 @@ import org.springframework.core.io.ClassPathResource; @@ -45,7 +45,6 @@ import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.HasMap;
import org.springframework.tests.sample.beans.TestBean;
/**
* Tests for collections in XML bean definitions.
*

1
spring-beans/src/test/java/org/springframework/beans/factory/xml/XmlListableBeanFactoryTests.java

@ -33,7 +33,6 @@ import org.springframework.tests.sample.beans.LifecycleBean; @@ -33,7 +33,6 @@ import org.springframework.tests.sample.beans.LifecycleBean;
import org.springframework.tests.sample.beans.TestBean;
import org.springframework.tests.sample.beans.factory.DummyFactory;
/**
* @author Juergen Hoeller
* @since 09.11.2003

1
spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomEditorTests.java

@ -50,7 +50,6 @@ import org.springframework.tests.sample.beans.IndexedTestBean; @@ -50,7 +50,6 @@ import org.springframework.tests.sample.beans.IndexedTestBean;
import org.springframework.tests.sample.beans.NumberTestBean;
import org.springframework.tests.sample.beans.TestBean;
/**
* Unit tests for the various PropertyEditors in Spring.
*

1
spring-beans/src/test/java/org/springframework/tests/beans/CollectingReaderEventListener.java

@ -44,7 +44,6 @@ public class CollectingReaderEventListener implements ReaderEventListener { @@ -44,7 +44,6 @@ public class CollectingReaderEventListener implements ReaderEventListener {
private final List imports = new LinkedList();
@Override
public void defaultsRegistered(DefaultsDefinition defaultsDefinition) {
this.defaults.add(defaultsDefinition);

1
spring-beans/src/test/java/org/springframework/tests/sample/beans/DummyFactory.java

@ -26,7 +26,6 @@ import org.springframework.beans.factory.InitializingBean; @@ -26,7 +26,6 @@ import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
import org.springframework.tests.sample.beans.TestBean;
/**
* Simple factory to allow testing of FactoryBean support in AbstractBeanFactory.
* Depending on whether its singleton property is set, it will return a singleton

1
spring-beans/src/test/java/org/springframework/tests/sample/beans/GenericSetOfIntegerBean.java

@ -18,7 +18,6 @@ package org.springframework.tests.sample.beans; @@ -18,7 +18,6 @@ package org.springframework.tests.sample.beans;
import java.util.Set;
/**
* @author Juergen Hoeller
*/

1
spring-beans/src/test/java/org/springframework/tests/sample/beans/factory/DummyFactory.java

@ -26,7 +26,6 @@ import org.springframework.beans.factory.InitializingBean; @@ -26,7 +26,6 @@ import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
import org.springframework.tests.sample.beans.TestBean;
/**
* Simple factory to allow testing of FactoryBean support in AbstractBeanFactory.
* Depending on whether its singleton property is set, it will return a singleton

1
spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClass.java

@ -64,7 +64,6 @@ final class ConfigurationClass { @@ -64,7 +64,6 @@ final class ConfigurationClass {
private final Set<ImportBeanDefinitionRegistrar> importBeanDefinitionRegistrars =
new LinkedHashSet<ImportBeanDefinitionRegistrar>();
/**
* Create a new {@link ConfigurationClass} with the given name.
* @param metadataReader reader used to parse the underlying {@link Class}

1
spring-context/src/main/java/org/springframework/context/annotation/ImportResource.java

@ -25,7 +25,6 @@ import java.lang.annotation.Target; @@ -25,7 +25,6 @@ import java.lang.annotation.Target;
import org.springframework.beans.factory.support.BeanDefinitionReader;
import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
/**
* Indicates one or more resources containing bean definitions to import.
*

1
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AtAspectJAnnotationBindingTests.java

@ -27,7 +27,6 @@ import org.springframework.beans.factory.FactoryBean; @@ -27,7 +27,6 @@ import org.springframework.beans.factory.FactoryBean;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.core.io.Resource;
/**
* @author Adrian Colyer
* @author Juergen Hoeller

1
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/_TestTypes.java

@ -21,7 +21,6 @@ import java.lang.annotation.RetentionPolicy; @@ -21,7 +21,6 @@ import java.lang.annotation.RetentionPolicy;
import org.aspectj.lang.ProceedingJoinPoint;
/**
* Definitions of testing types for use in within this package.
* Wherever possible, test types should be defined local to the java

1
spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/spr3064/SPR3064Tests.java

@ -26,7 +26,6 @@ import org.aspectj.lang.annotation.Aspect; @@ -26,7 +26,6 @@ import org.aspectj.lang.annotation.Aspect;
import org.junit.Test;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author Adrian Colyer
* @author Chris Beams

1
spring-context/src/test/java/org/springframework/context/annotation/AbstractCircularImportDetectionTests.java

@ -25,7 +25,6 @@ import org.springframework.context.annotation.Import; @@ -25,7 +25,6 @@ import org.springframework.context.annotation.Import;
import org.springframework.tests.sample.beans.TestBean;
/**
* TCK-style unit tests for handling circular use of the {@link Import} annotation. Explore
* subclass hierarchy for specific concrete implementations.

1
spring-context/src/test/java/org/springframework/context/annotation/BeanAge.java

@ -7,7 +7,6 @@ import java.lang.annotation.Target; @@ -7,7 +7,6 @@ import java.lang.annotation.Target;
import org.springframework.beans.factory.annotation.Qualifier;
@Target({ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Qualifier

1
spring-context/src/test/java/org/springframework/context/annotation/ConfigurationWithFactoryBeanAndParametersTests.java

@ -24,7 +24,6 @@ import org.springframework.beans.factory.annotation.Autowired; @@ -24,7 +24,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.ApplicationContext;
/**
* Test case cornering the bug initially raised with SPR-8762, in which a
* NullPointerException would be raised if a FactoryBean-returning @Bean method also

1
spring-context/src/test/java/org/springframework/context/annotation/InvalidConfigurationClassDefinitionTests.java

@ -25,7 +25,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory; @@ -25,7 +25,6 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ConfigurationClassPostProcessor;
/**
* Unit tests covering cases where a user defines an invalid Configuration
* class, e.g.: forgets to annotate with {@link Configuration} or declares

1
spring-context/src/test/java/org/springframework/context/annotation/configuration/ConfigurationClassAspectIntegrationTests.java

@ -33,7 +33,6 @@ import org.springframework.core.io.ClassPathResource; @@ -33,7 +33,6 @@ import org.springframework.core.io.ClassPathResource;
import org.springframework.tests.sample.beans.TestBean;
/**
* System tests covering use of AspectJ {@link Aspect}s in conjunction with {@link Configuration} classes.
* {@link Bean} methods may return aspects, or Configuration classes may themselves be annotated with Aspect.

1
spring-context/src/test/java/org/springframework/context/annotation/configuration/ImportTests.java

@ -31,7 +31,6 @@ import org.springframework.context.annotation.Configuration; @@ -31,7 +31,6 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ConfigurationClassPostProcessor;
import org.springframework.context.annotation.Import;
/**
* System tests for {@link Import} annotation support.
*

1
spring-context/src/test/java/org/springframework/context/annotation/configuration/spr8955/Spr8955Tests.java

@ -19,7 +19,6 @@ package org.springframework.context.annotation.configuration.spr8955; @@ -19,7 +19,6 @@ package org.springframework.context.annotation.configuration.spr8955;
import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* @author Chris Beams
* @author Willem Dekker

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/ImportedConfig.java

@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546; @@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
*
* @author Rob Winch

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentConfig.java

@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546; @@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
*
* @author Rob Winch

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithComponentScanConfig.java

@ -20,7 +20,6 @@ import org.springframework.context.annotation.ComponentScan; @@ -20,7 +20,6 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.spr10546.scanpackage.AEnclosingConfig;
/**
*
* @author Rob Winch

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithImportConfig.java

@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546; @@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
/**
*
* @author Rob Winch

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithImportResourceConfig.java

@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546; @@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
/**
*
* @author Rob Winch

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/ParentWithParentConfig.java

@ -18,7 +18,6 @@ package org.springframework.context.annotation.spr10546; @@ -18,7 +18,6 @@ package org.springframework.context.annotation.spr10546;
import org.springframework.context.annotation.Configuration;
/**
*
* @author Rob Winch

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/Spr10546Tests.java

@ -27,7 +27,6 @@ import org.springframework.context.annotation.spr10546.scanpackage.AEnclosingCon @@ -27,7 +27,6 @@ import org.springframework.context.annotation.spr10546.scanpackage.AEnclosingCon
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
/**
*
* @author Rob Winch

1
spring-context/src/test/java/org/springframework/context/annotation/spr10546/scanpackage/AEnclosingConfig.java

@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546.scanpackage; @@ -19,7 +19,6 @@ package org.springframework.context.annotation.spr10546.scanpackage;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.spr10546.ParentConfig;
/**
* Note the name of {@link AEnclosingConfig} is chosen to help ensure scanning picks up
* the enclosing configuration prior to {@link ChildConfig} to demonstrate this can happen

1
spring-context/src/test/java/org/springframework/context/expression/EnvironmentAccessorIntegrationTests.java

@ -28,7 +28,6 @@ import org.springframework.mock.env.MockPropertySource; @@ -28,7 +28,6 @@ import org.springframework.mock.env.MockPropertySource;
import org.springframework.tests.sample.beans.TestBean;
/**
* Integration tests for {@link EnvironmentAccessor}, which is registered with
* SpEL for all {@link AbstractApplicationContext} implementations via

1
spring-context/src/test/java/org/springframework/context/support/EnvironmentSecurityManagerIntegrationTests.java

@ -35,7 +35,6 @@ import org.springframework.core.env.AbstractEnvironment; @@ -35,7 +35,6 @@ import org.springframework.core.env.AbstractEnvironment;
import org.springframework.core.env.StandardEnvironmentTests;
import org.springframework.stereotype.Component;
/**
* Tests integration between Environment and SecurityManagers. See SPR-9970.
*

1
spring-context/src/test/java/org/springframework/context/support/Logic.java

@ -18,7 +18,6 @@ package org.springframework.context.support; @@ -18,7 +18,6 @@ package org.springframework.context.support;
import org.springframework.beans.factory.BeanNameAware;
public class Logic implements BeanNameAware {
private String name;

1
spring-context/src/test/java/org/springframework/jndi/SimpleNamingContextTests.java

@ -40,7 +40,6 @@ import org.springframework.tests.mock.jndi.SimpleNamingContextBuilder; @@ -40,7 +40,6 @@ import org.springframework.tests.mock.jndi.SimpleNamingContextBuilder;
import static org.junit.Assert.*;
/**
* @author Juergen Hoeller
* @author Chris Beams

1
spring-context/src/test/java/test/mixin/LockMixin.java

@ -19,7 +19,6 @@ package test.mixin; @@ -19,7 +19,6 @@ package test.mixin;
import org.aopalliance.intercept.MethodInvocation;
import org.springframework.aop.support.DelegatingIntroductionInterceptor;
/**
* Mixin to provide stateful locking functionality.
* Test/demonstration of AOP mixin support rather than a

1
spring-core/src/main/java/org/springframework/util/MimeType.java

@ -27,7 +27,6 @@ import java.util.Locale; @@ -27,7 +27,6 @@ import java.util.Locale;
import java.util.Map;
import java.util.TreeSet;
/**
* Represents a MIME Type, as originally defined in RFC 2046 and subsequently used in
* other Internet protocols including HTTP. This class however does not contain support

1
spring-core/src/main/java/org/springframework/util/StreamUtils.java

@ -27,7 +27,6 @@ import java.io.OutputStreamWriter; @@ -27,7 +27,6 @@ import java.io.OutputStreamWriter;
import java.io.Writer;
import java.nio.charset.Charset;
/**
* Simple utility methods for dealing with streams. The copy methods of this class are
* similar to those defined in {@link FileCopyUtils} except that all affected streams are

1
spring-core/src/test/java/org/springframework/core/SerializableTypeWrapperTests.java

@ -35,7 +35,6 @@ import org.junit.Test; @@ -35,7 +35,6 @@ import org.junit.Test;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;
/**
* Tests for {@link SerializableTypeWrapper}.
*

1
spring-core/src/test/java/org/springframework/core/StandardReflectionParameterNameDiscoverTests.java

@ -24,7 +24,6 @@ import java.lang.reflect.Method; @@ -24,7 +24,6 @@ import java.lang.reflect.Method;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
/**
* Tests for StandardReflectionParameterNameDiscoverer
*

1
spring-core/src/test/java/org/springframework/core/env/StandardEnvironmentTests.java vendored

@ -28,7 +28,6 @@ import java.util.Map; @@ -28,7 +28,6 @@ import java.util.Map;
import org.junit.Test;
import org.springframework.mock.env.MockPropertySource;
import static java.lang.String.*;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;

1
spring-core/src/test/java/org/springframework/tests/sample/objects/GenericObject.java

@ -20,7 +20,6 @@ import java.util.List; @@ -20,7 +20,6 @@ import java.util.List;
import org.springframework.core.io.Resource;
public class GenericObject<T> {
private List<Resource> resourceList;

1
spring-core/src/test/java/org/springframework/util/MimeTypeTests.java

@ -28,7 +28,6 @@ import org.springframework.core.convert.support.DefaultConversionService; @@ -28,7 +28,6 @@ import org.springframework.core.convert.support.DefaultConversionService;
import static org.junit.Assert.*;
/**
* @author Arjen Poutsma
* @author Juergen Hoeller

1
spring-expression/src/main/java/org/springframework/expression/spel/SpelParseException.java

@ -17,7 +17,6 @@ package org.springframework.expression.spel; @@ -17,7 +17,6 @@ package org.springframework.expression.spel;
import org.springframework.expression.ParseException;
/**
* Root exception for Spring EL related exceptions. Rather than holding a hard coded
* string indicating the problem, it records a message key and the inserts for the

1
spring-expression/src/test/java/org/springframework/expression/spel/SetValueTests.java

@ -32,7 +32,6 @@ import org.springframework.expression.ParseException; @@ -32,7 +32,6 @@ import org.springframework.expression.ParseException;
import org.springframework.expression.spel.support.StandardEvaluationContext;
import org.springframework.expression.spel.testresources.PlaceOfBirth;
/**
* Tests set value expressions.
*

1
spring-expression/src/test/java/org/springframework/expression/spel/VariableAndFunctionTests.java

@ -22,7 +22,6 @@ import org.junit.Test; @@ -22,7 +22,6 @@ import org.junit.Test;
import org.springframework.expression.spel.standard.SpelExpressionParser;
import org.springframework.expression.spel.support.StandardEvaluationContext;
/**
* Tests the evaluation of expressions that access variables and functions (lambda/java).
*

1
spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/ConnectionProperties.java

@ -18,7 +18,6 @@ package org.springframework.jdbc.datasource.embedded; @@ -18,7 +18,6 @@ package org.springframework.jdbc.datasource.embedded;
import java.sql.Driver;
/**
* DataSourceFactory helper that allows essential JDBC connection properties to be configured consistently,
* independent of the actual DataSource implementation.

1
spring-messaging/src/main/java/org/springframework/messaging/core/AbstractDestinationResolvingMessagingTemplate.java

@ -20,7 +20,6 @@ import java.util.Map; @@ -20,7 +20,6 @@ import java.util.Map;
import org.springframework.messaging.Message;
import org.springframework.util.Assert;
/**
* Base class for a messaging template that can resolve String-based destinations.
*

1
spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessageSendingTemplate.java

@ -26,7 +26,6 @@ import org.springframework.messaging.support.converter.MessageConverter; @@ -26,7 +26,6 @@ import org.springframework.messaging.support.converter.MessageConverter;
import org.springframework.messaging.support.converter.SimpleMessageConverter;
import org.springframework.util.Assert;
/**
* Base class for templates that support sending messages.
*

1
spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessagingTemplate.java

@ -20,7 +20,6 @@ import java.util.Map; @@ -20,7 +20,6 @@ import java.util.Map;
import org.springframework.messaging.Message;
import org.springframework.messaging.MessageHeaders;
/**
* Base class for a messaging template that send and receive messages.
*

1
spring-messaging/src/main/java/org/springframework/messaging/handler/method/AbstractExceptionHandlerMethodResolver.java

@ -24,7 +24,6 @@ import java.lang.reflect.Method; @@ -24,7 +24,6 @@ import java.lang.reflect.Method;
import java.util.*;
import java.util.concurrent.ConcurrentHashMap;
/**
* Cache exception handling method mappings and provide options to look up a method
* that should handle an exception. If multiple methods match, they are sorted using

1
spring-messaging/src/main/java/org/springframework/messaging/handler/method/HandlerMethodReturnValueHandlerComposite.java

@ -26,7 +26,6 @@ import org.springframework.core.MethodParameter; @@ -26,7 +26,6 @@ import org.springframework.core.MethodParameter;
import org.springframework.messaging.Message;
import org.springframework.util.Assert;
/**
* @author Rossen Stoyanchev
* @since 4.0

1
spring-messaging/src/main/java/org/springframework/messaging/simp/BrokerAvailabilityEvent.java

@ -18,7 +18,6 @@ package org.springframework.messaging.simp; @@ -18,7 +18,6 @@ package org.springframework.messaging.simp;
import org.springframework.context.ApplicationEvent;
/**
* Event raised when a broker's availabilty changes
*

1
spring-messaging/src/main/java/org/springframework/messaging/simp/config/StompBrokerRelayRegistration.java

@ -20,7 +20,6 @@ import org.springframework.messaging.MessageChannel; @@ -20,7 +20,6 @@ import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler;
import org.springframework.util.Assert;
/**
* Registration class for configuring a {@link StompBrokerRelayMessageHandler}.
*

1
spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/AnnotationExceptionHandlerMethodResolverTests.java

@ -28,7 +28,6 @@ import org.springframework.util.ClassUtils; @@ -28,7 +28,6 @@ import org.springframework.util.ClassUtils;
import static org.junit.Assert.*;
/**
* Test fixture for {@link AnnotationExceptionHandlerMethodResolver} tests.
*

1
spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeaderMethodArgumentResolverTests.java

@ -31,7 +31,6 @@ import org.springframework.messaging.support.MessageBuilder; @@ -31,7 +31,6 @@ import org.springframework.messaging.support.MessageBuilder;
import static org.junit.Assert.*;
/**
* Test fixture for {@link HeaderMethodArgumentResolver} tests.
*

1
spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/HeadersMethodArgumentResolverTests.java

@ -32,7 +32,6 @@ import org.springframework.messaging.support.NativeMessageHeaderAccessor; @@ -32,7 +32,6 @@ import org.springframework.messaging.support.NativeMessageHeaderAccessor;
import static org.junit.Assert.*;
/**
* Test fixture for {@link HeadersMethodArgumentResolver} tests.
*

1
spring-messaging/src/test/java/org/springframework/messaging/handler/annotation/support/PayloadArgumentResolverTests.java

@ -29,7 +29,6 @@ import org.springframework.messaging.support.converter.StringMessageConverter; @@ -29,7 +29,6 @@ import org.springframework.messaging.support.converter.StringMessageConverter;
import static org.junit.Assert.*;
/**
* Test fixture for {@link PayloadArgumentResolver}.
*

1
spring-messaging/src/test/java/org/springframework/messaging/simp/TestPrincipal.java

@ -18,7 +18,6 @@ package org.springframework.messaging.simp; @@ -18,7 +18,6 @@ package org.springframework.messaging.simp;
import java.security.Principal;
/**
* An implementation of {@link Principal} for testing.
*

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save