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

@@ -27,7 +27,7 @@ import org.springframework.boot.dependency.tools.Dependency.Exclusion;
/**
* Abstract base implementation for {@link Dependencies}.
*
*
* @author Phillip Webb
* @author Andy Wilkinson
* @since 1.1.0

View File

@@ -18,7 +18,7 @@ package org.springframework.boot.dependency.tools;
/**
* Simple subset of the Spring Assert utility.
*
*
* @author Phillip Webb
*/
class Assert {

View File

@@ -20,7 +20,7 @@ import java.util.Iterator;
/**
* Interface for accessing a known set of dependencies.
*
*
* @author Phillip Webb
* @see Dependency
* @since 1.1.0

View File

@@ -21,7 +21,7 @@ import java.util.List;
/**
* A single dependency.
*
*
* @author Phillip Webb
* @see Dependencies
*/

View File

@@ -24,7 +24,7 @@ import java.util.Iterator;
* {@link Dependencies} used by various spring boot tools. Provides programmatic access to
* 'spring-boot-dependencies' and can also support user defined version managed
* dependencies.
*
*
* @author Phillip Webb
* @see Dependency
*/

View File

@@ -21,7 +21,7 @@ import java.util.Collection;
/**
* {@link Dependencies} delegate used internally by {@link ManagedDependencies}.
*
*
* @author Phillip Webb
* @since 1.1.0
*/

View File

@@ -32,7 +32,7 @@ import org.w3c.dom.NodeList;
/**
* {@link Dependencies} implementation backed a maven POM.
*
*
* @author Phillip Webb
* @author Andy Wilkinson
* @since 1.1.0

View File

@@ -26,7 +26,7 @@ import java.util.TreeMap;
* {@link Dependencies} backed by an external properties file (of the form created by the
* Spring IO platform). The property key should be the groupId and artifactId (in the form
* {@literal groupId:artifactId}) and the value should be the version.
*
*
* @author Phillip Webb
* @since 1.1.0
*/

View File

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

View File

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

View File

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

View File

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