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 static org.junit.Assert.assertNotNull;
/**
* Tests for using the Gradle plugin's support for installing artifacts
*
*
* @author Dave Syer
*/
public class ClassifierTests {

View File

@@ -25,7 +25,7 @@ import org.springframework.boot.dependency.tools.ManagedDependencies;
/**
* Tests for using the Gradle plugin's support for custom version management
*
*
* @author Andy Wilkinson
*/
public class CustomVersionManagementTests {

View File

@@ -27,7 +27,7 @@ import org.springframework.util.FileSystemUtils;
/**
* Tests for using the Gradle plugin's support for flat directory repos
*
*
* @author Dave Syer
*/
public class FlatdirTests {

View File

@@ -22,7 +22,7 @@ import org.springframework.boot.dependency.tools.ManagedDependencies;
/**
* Tests for using the Gradle plugin's support for installing artifacts
*
*
* @author Dave Syer
*/
public class InstallTests {

View File

@@ -25,7 +25,7 @@ import org.springframework.boot.dependency.tools.ManagedDependencies;
/**
* Tests for using the Gradle plugin's support for installing artifacts
*
*
* @author Dave Syer
*/
public class MainClassTests {

View File

@@ -26,7 +26,7 @@ import static org.junit.Assert.assertFalse;
/**
* Tests for using the Gradle plugin's support for flat directory repos
*
*
* @author Dave Syer
*/
public class NoJarTests {

View File

@@ -38,7 +38,7 @@ import static org.junit.Assert.fail;
/**
* Tests for the various starter projects to check that they don't pull in unwanted
* transitive dependencies when used with Gradle
*
*
* @author Andy Wilkinson
*/
@RunWith(Parameterized.class)