Remote trailing whitespace

This commit is contained in:
Phillip Webb
2014-07-02 14:43:43 -07:00
parent 20766078d0
commit fa88c481a5
875 changed files with 958 additions and 958 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.boot.autoconfigure.web.BasicErrorControllerDirectMock
/**
* A test suite for probing weird ordering problems in the tests.
*
*
* @author Dave Syer
*/
@RunWith(Suite.class)

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link AutoConfigurationPackages}.
*
*
* @author Phillip Webb
*/
@SuppressWarnings("resource")

View File

@@ -31,7 +31,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests to reproduce reported issues.
*
*
* @author Phillip Webb
*/
public class AutoConfigurationReproTests {

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link AutoConfigurationSorter}.
*
*
* @author Phillip Webb
*/
public class AutoConfigurationSorterTests {

View File

@@ -32,7 +32,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link MessageSourceAutoConfiguration}.
*
*
* @author Dave Syer
*/
@SpringApplicationConfiguration(classes = { Config.class,

View File

@@ -32,7 +32,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link MessageSourceAutoConfiguration}.
*
*
* @author Dave Syer
*/
@SpringApplicationConfiguration(classes = { Config.class,

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link MessageSourceAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class MessageSourceAutoConfigurationTests {

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link PropertyPlaceholderAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class PropertyPlaceholderAutoConfigurationTests {

View File

@@ -27,7 +27,7 @@ import org.springframework.context.annotation.Import;
/**
* Test annotation to configure the {@link AutoConfigurationPackages} to an arbitrary
* value.
*
*
* @author Phillip Webb
*/
@Target(ElementType.TYPE)

View File

@@ -26,7 +26,7 @@ import org.springframework.util.ClassUtils;
/**
* {@link ImportBeanDefinitionRegistrar} to store the base package for tests.
*
*
* @author Phillip Webb
*/
@Order(Ordered.HIGHEST_PRECEDENCE)

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link RabbitAutoConfiguration}.
*
*
* @author Greg Turnquist
*/
public class RabbitAutoconfigurationTests {

View File

@@ -23,7 +23,7 @@ import static org.junit.Assert.assertNull;
/**
* Tests for {@link RabbitProperties}.
*
*
* @author Dave Syer
*/
public class RabbitPropertiesTests {

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link AopAutoConfiguration}.
*
*
* @author Eberhard Wolff
*/
public class AopAutoConfigurationTests {

View File

@@ -66,7 +66,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link BatchAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class BatchAutoConfigurationTests {

View File

@@ -24,7 +24,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link JobExecutionExitCodeGenerator}.
*
*
* @author Dave Syer
*/
public class JobExecutionExitCodeGeneratorTests {

View File

@@ -48,7 +48,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link JobLauncherCommandLineRunner}.
*
*
* @author Dave Syer
*/
public class JobLauncherCommandLineRunnerTests {

View File

@@ -47,7 +47,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link ConditionEvaluationReport}.
*
*
* @author Greg Turnquist
* @author Phillip Webb
*/

View File

@@ -32,7 +32,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnBean}.
*
*
* @author Dave Syer
*/
public class ConditionalOnBeanTests {

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnClass}.
*
*
* @author Dave Syer
*/
public class ConditionalOnClassTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnExpression}.
*
*
* @author Dave Syer
*/
public class ConditionalOnExpressionTests {

View File

@@ -31,7 +31,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link ConditionalOnJava}.
*
*
* @author Oliver Gierke
* @author Phillip Webb
*/

View File

@@ -39,7 +39,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnMissingBean}.
*
*
* @author Dave Syer
* @author Phillip Webb
* @author Jakub Kubrynski

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnMissingClass}.
*
*
* @author Dave Syer
*/
public class ConditionalOnMissingClassTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnNotWebApplication}.
*
*
* @author Dave Syer
*/
public class ConditionalOnNotWebApplicationTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnProperty}.
*
*
* @author Maciej Walkowiak
*/
public class ConditionalOnPropertyTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnResource}.
*
*
* @author Dave Syer
*/
public class ConditionalOnResourceTests {

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ConditionalOnWebApplication}.
*
*
* @author Dave Syer
*/
public class ConditionalOnWebApplicationTests {

View File

@@ -28,7 +28,7 @@ import org.springframework.core.type.AnnotatedTypeMetadata;
/**
* Tests for {@link SpringBootCondition}.
*
*
* @author Phillip Webb
*/
@SuppressWarnings("resource")

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link ElasticsearchRepositoriesAutoConfiguration}.
*
*
* @author Phillip Webb
*/
public class ElasticsearchRepositoriesAutoConfigurationTests {

View File

@@ -18,7 +18,7 @@ package org.springframework.boot.autoconfigure.data.empty;
/**
* Empty package used with data tests.
*
*
* @author Phillip Webb
*/
public class EmptyDataPackage {

View File

@@ -39,7 +39,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link JpaRepositoriesAutoConfiguration}.
*
*
* @author Dave Syer
* @author Oliver Gierke
*/

View File

@@ -37,7 +37,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link JpaWebConfiguration}.
*
*
* @author Dave Syer
*/
public class JpaWebAutoConfigurationTests {

View File

@@ -46,7 +46,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link MongoRepositoriesAutoConfiguration}.
*
*
* @author Dave Syer
* @author Oliver Gierke
*/

View File

@@ -40,7 +40,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link MongoRepositoriesAutoConfiguration}.
*
*
* @author Dave Syer
* @author Oliver Gierke
*/

View File

@@ -33,7 +33,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link RepositoryRestMvcAutoConfiguration}.
*
*
* @author Rob Winch
*/
public class RepositoryRestMvcAutoConfigurationTests {

View File

@@ -37,7 +37,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link SolrRepositoriesAutoConfiguration}
*
*
* @author Christoph Strobl
*/
public class SolrRepositoriesAutoConfigurationTests {

View File

@@ -33,7 +33,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link ElasticsearchAutoConfiguration}.
*
*
* @author Phillip Webb
*/
public class ElasticsearchAutoConfigurationTests {

View File

@@ -26,7 +26,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link ElasticsearchDataAutoConfiguration}.
*
*
* @author Phillip Webb
*/
public class ElasticsearchDataAutoConfigurationTests {

View File

@@ -40,7 +40,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link FlywayAutoConfiguration}.
*
*
* @author Dave Syer
* @author Phillip Webb
*/

View File

@@ -44,7 +44,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link FreeMarkerAutoConfiguration}.
*
*
* @author Andy Wilkinson
*/
public class FreeMarkerAutoConfigurationTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link FreeMarkerTemplateAvailabilityProvider}.
*
*
* @author Andy Wilkinson
*/
public class FreeMarkerTemplateAvailabilityProviderTests {

View File

@@ -48,7 +48,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for GroovyTemplateAutoConfiguration.
*
*
* @author Dave Syer
*/
public class GroovyTemplateAutoConfigurationTests {

View File

@@ -33,7 +33,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link HypermediaAutoConfiguration}.
*
*
* @author Roy Clarkson
* @author Oliver Gierke
*/

View File

@@ -50,7 +50,7 @@ import static org.mockito.Mockito.verify;
/**
* Tests for {@link JacksonAutoConfiguration}.
*
*
* @author Dave Syer
* @author Oliver Gierke
*/

View File

@@ -34,7 +34,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link CommonsDataSourceConfiguration}.
*
*
* @author Dave Syer
*/
public class CommonsDataSourceConfigurationTests {

View File

@@ -52,7 +52,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link DataSourceAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class DataSourceAutoConfigurationTests {

View File

@@ -41,7 +41,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link DataSourceInitializer}.
*
*
* @author Dave Syer
*/
public class DataSourceInitializerTests {

View File

@@ -49,7 +49,7 @@ import static org.junit.Assert.assertTrue;
/**
* Test that a {@link DataSource} can be exposed as JSON for actuator endpoints.
*
*
* @author Dave Syer
*/
public class DataSourceJsonSerializationTests {

View File

@@ -22,7 +22,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link DataSourceProperties}.
*
*
* @author Maciej Walkowiak
*/
public class DataSourcePropertiesTests {

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link DataSourceTransactionManagerAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class DataSourceTransactionManagerAutoConfigurationTests {

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.assertNull;
/**
* Tests for {@link DriverClassNameProvider}.
*
*
* @author Maciej Walkowiak
*/
public class DriverClassNameProviderTests {

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link EmbeddedDataSourceConfiguration}.
*
*
* @author Dave Syer
*/
public class EmbeddedDataSourceConfigurationTests {

View File

@@ -37,7 +37,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link HikariDataSourceConfiguration}.
*
*
* @author Dave Syer
*/
public class HikariDataSourceConfigurationTests {

View File

@@ -41,7 +41,7 @@ import static org.junit.Assert.fail;
/**
* Tests for {@link TomcatDataSourceConfiguration}.
*
*
* @author Dave Syer
*/
public class TomcatDataSourceConfigurationTests {

View File

@@ -38,7 +38,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link JmsAutoConfiguration}.
*
*
* @author Greg Turnquist
*/
public class JmsAutoConfigurationTests {

View File

@@ -24,7 +24,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link ActiveMQProperties}.
*
*
* @author Stephane Nicoll
*/
public class ActiveMQPropertiesTests {

View File

@@ -61,7 +61,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link HornetQAutoConfiguration}.
*
*
* @author Stephane Nicoll
*/
public class HornetQAutoConfigurationTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link HornetQEmbeddedConfigurationFactory}.
*
*
* @author Stephane Nicol
* @author Phillip Webb
*/

View File

@@ -38,7 +38,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link JmxAutoConfiguration}
*
*
* @author Christian Dupuis
*/
public class JmxAutoConfigurationTests {

View File

@@ -36,7 +36,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link LiquibaseAutoConfiguration}.
*
*
* @author Marcel Overdijk
*/
public class LiquibaseAutoConfigurationTests {

View File

@@ -56,7 +56,7 @@ import static org.mockito.Mockito.mock;
/**
* Tests for {@link AutoConfigurationReportLoggingInitializer}.
*
*
* @author Phillip Webb
*/
public class AutoConfigurationReportLoggingInitializerTests {

View File

@@ -45,7 +45,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link DeviceDelegatingViewResolverAutoConfiguration}.
*
*
* @author Roy Clarkson
*/
public class DeviceDelegatingViewResolverAutoConfigurationTests {

View File

@@ -41,7 +41,7 @@ import static org.junit.Assert.fail;
/**
* Tests for {@link DeviceResolverAutoConfiguration}.
*
*
* @author Roy Clarkson
*/
public class DeviceResolverAutoConfigurationTests {

View File

@@ -43,7 +43,7 @@ import static org.junit.Assert.fail;
/**
* Tests for {@link SitePreferenceAutoConfiguration}.
*
*
* @author Roy Clarkson
*/
public class SitePreferenceAutoConfigurationTests {

View File

@@ -31,7 +31,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link MongoAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class MongoAutoConfigurationTests {

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.assertEquals;
/**
* Tests for {@link MongoDataAutoConfiguration}.
*
*
* @author Josh Long
*/
public class MongoDataAutoConfigurationTests {

View File

@@ -58,7 +58,7 @@ import static org.junit.Assert.assertTrue;
/**
* Base for JPA tests and tests for {@link JpaBaseConfiguration}.
*
*
* @author Phillip Webb
* @author Dave Syer
*/

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link HibernateJpaAutoConfiguration}.
*
*
* @author Dave Syer
* @author Phillip Webb
*/

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link EntityManagerFactoryBuilder}.
*
*
* @author Dave Syer
*/
public class EntityManagerFactoryBuilderTests {

View File

@@ -33,7 +33,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link HibernateJpaAutoConfiguration}.
*
*
* @author Dave Syer
* @author Phillip Webb
* @author Andy Wilkinson

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link ReactorAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class ReactorAutoConfigurationTests {

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link RedisAutoConfiguration}.
*
*
* @author Dave Syer
* @author Christian Dupuis
*/

View File

@@ -44,7 +44,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link SecurityAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class SecurityAutoConfigurationTests {

View File

@@ -32,7 +32,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link SecurityProperties}.
*
*
* @author Dave Syer
*/
public class SecurityPropertiesTests {

View File

@@ -34,7 +34,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
* instantiation needs. This test is designed to fail if the Entities can't be scanned
* because the registrar doesn't get a callback with the right beans (essentially because
* their instantiation order was accelerated by Security).
*
*
* @author Dave Syer
*/
@RunWith(SpringJUnit4ClassRunner.class)

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.fail;
/**
* Abstract base class for testing Spring Social auto-configuration.
*
*
* @author Craig Walls
*/
public class AbstractSocialAutoConfigurationTests {

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link FacebookAutoConfiguration}.
*
*
* @author Craig Walls
*/
public class FacebookAutoConfigurationTests extends AbstractSocialAutoConfigurationTests {

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link LinkedInAutoConfiguration}.
*
*
* @author Craig Walls
*/
public class LinkedInAutoConfigurationTests extends AbstractSocialAutoConfigurationTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for Spring Social configuration with multiple API providers.
*
*
* @author Craig Walls
*/
public class MultiApiAutoConfigurationTests extends AbstractSocialAutoConfigurationTests {

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link TwitterAutoConfiguration}.
*
*
* @author Craig Walls
*/
public class TwitterAutoConfigurationTests extends AbstractSocialAutoConfigurationTests {

View File

@@ -44,7 +44,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ThymeleafAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class ThymeleafAutoConfigurationTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ThymeleafTemplateAvailabilityProvider}.
*
*
* @author Andy Wilkinson
*/
public class ThymeleafTemplateAvailabilityProviderTests {

View File

@@ -47,7 +47,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link VelocityAutoConfiguration}.
*
*
* @author Andy Wilkinson
*/
public class VelocityAutoConfigurationTests {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link VelocityTemplateAvailabilityProvider}.
*
*
* @author Andy Wilkinson
*/
public class VelocityTemplateAvailabilityProviderTests {

View File

@@ -45,7 +45,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
/**
* Tests for {@link BasicErrorController} using {@link MockMvc} but not
* {@link SpringJUnit4ClassRunner}.
*
*
* @author Dave Syer
*/
public class BasicErrorControllerDirectMockMvcTests {

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link BasicErrorController} using {@link IntegrationTest} that hit a real
* HTTP server.
*
*
* @author Phillip Webb
* @author Dave Syer
*/

View File

@@ -64,7 +64,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
/**
* Tests for {@link BasicErrorController} using {@link MockMvc} and
* {@link SpringJUnit4ClassRunner}.
*
*
* @author Dave Syer
*/
@SpringApplicationConfiguration(classes = TestConfiguration.class)

View File

@@ -42,7 +42,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link DefaultErrorAttributes}.
*
*
* @author Phillip Webb
*/
public class DefaultErrorAttributesTests {

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertNull;
/**
* Tests for {@link DispatcherServletAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class DispatcherServletAutoConfigurationTests {

View File

@@ -43,7 +43,7 @@ import static org.mockito.Mockito.verify;
/**
* Tests for {@link EmbeddedServletContainerAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class EmbeddedServletContainerAutoConfigurationTests {

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link HttpMessageConvertersAutoConfiguration}.
*
*
* @author Dave Syer
* @author Oliver Gierke
*/

View File

@@ -40,7 +40,7 @@ import static org.mockito.Mockito.mock;
/**
* Tests for {@link HttpMessageConverters}.
*
*
* @author Dave Syer
* @author Phillip Webb
*/

View File

@@ -48,7 +48,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link MultipartAutoConfiguration}. Tests an empty configuration, no
* multipart configuration, and a multipart configuration (with both Jetty and Tomcat).
*
*
* @author Greg Turnquist
* @author Dave Syer
* @author Josh Long

View File

@@ -43,7 +43,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link ServerPropertiesAutoConfiguration}.
*
*
* @author Dave Syer
*/
public class ServerPropertiesAutoConfigurationTests {

View File

@@ -34,7 +34,7 @@ import static org.mockito.Mockito.verify;
/**
* Tests for {@link ServerProperties}.
*
*
* @author Dave Syer
* @author Stephane Nicoll
*/

View File

@@ -69,7 +69,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link WebMvcAutoConfiguration}.
*
*
* @author Phillip Webb
* @author Dave Syer
*/