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

@@ -24,7 +24,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for CLI Classloader issues.
*
*
* @author Phillip Webb
*/
public class ClassLoaderIntegrationTests {

View File

@@ -43,7 +43,7 @@ import org.springframework.util.SocketUtils;
/**
* {@link TestRule} that can be used to invoke CLI commands.
*
*
* @author Phillip Webb
* @author Dave Syer
* @author Andy Wilkinson

View File

@@ -24,7 +24,7 @@ import static org.junit.Assert.assertThat;
/**
* Integration tests for code in directories.
*
*
* @author Dave Syer
*/
public class DirectorySourcesIntegrationTests {

View File

@@ -32,7 +32,7 @@ import static org.junit.Assert.fail;
/**
* Integration tests for {@link GrabCommand}
*
*
* @author Andy Wilkinson
* @author Dave Syer
*/

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.assertThat;
/**
* Integration tests to exercise and reproduce specific issues.
*
*
* @author Phillip Webb
* @author Andy Wilkinson
*/

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.assertTrue;
/**
* Integration tests to exercise the samples.
*
*
* @author Dave Syer
* @author Greg Turnquist
* @author Roy Clarkson

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.assertThat;
/**
* Integration tests to exercise the CLI's test command.
*
*
* @author Greg Turnquist
* @author Phillip Webb
*/

View File

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

View File

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

View File

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

View File

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

View File

@@ -39,7 +39,7 @@ import static org.mockito.Mockito.when;
/**
* Tests for {@link DependencyCustomizer}
*
*
* @author Andy Wilkinson
*/
public class DependencyCustomizerTests {

View File

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

View File

@@ -51,7 +51,7 @@ import static org.mockito.Mockito.when;
/**
* Tests for {@link ResolveDependencyCoordinatesTransformation}
*
*
* @author Andy Wilkinson
*/
public final class ResolveDependencyCoordinatesTransformationTests {

View File

@@ -32,7 +32,7 @@ import static org.mockito.Mockito.verify;
/**
* Tests for {@link ManagedDependenciesArtifactCoordinatesResolver}.
*
*
* @author Phillip Webb
*/
public class ManagedDependenciesArtifactCoordinatesResolverTests {

View File

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

View File

@@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link DetailedProgressReporter}.
*
*
* @author Andy Wilkinson
*/
public final class DetailedProgressReporterTests {

View File

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

View File

@@ -37,7 +37,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link SettingsXmlRepositorySystemSessionAutoConfiguration}.
*
*
* @author Andy Wilkinson
*/
@RunWith(MockitoJUnitRunner.class)

View File

@@ -27,7 +27,7 @@ import org.junit.runners.model.Statement;
/**
* Capture output from System.out and System.err.
*
*
* @author Phillip Webb
*/
public class OutputCapture implements TestRule {

View File

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