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

@@ -31,7 +31,7 @@ import org.apache.maven.shared.artifact.filter.collection.FilterArtifacts;
/**
* A base mojo filtering the dependencies of the project.
*
*
* @author Stephane Nicoll
* @since 1.1
*/

View File

@@ -32,7 +32,7 @@ import org.springframework.boot.loader.tools.LibraryScope;
/**
* {@link Libraries} backed by Maven {@link Artifact}s
*
*
* @author Phillip Webb
* @author Andy Wilkinson
*/

View File

@@ -20,7 +20,7 @@ import org.apache.maven.plugins.annotations.Parameter;
/**
* A model for a dependency to exclude.
*
*
* @author Stephane Nicoll
* @since 1.1
*/

View File

@@ -28,7 +28,7 @@ import org.apache.maven.shared.artifact.filter.collection.ArtifactFilterExceptio
* An {@link org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
* ArtifactsFilter} that filters out any artifact matching a configurable list of
* {@link Exclude} instances.
*
*
* @author Stephane Nicoll
* @since 1.1
*/

View File

@@ -22,11 +22,11 @@ import org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatur
/**
* An {@link org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
* ArtifactsFilter} that filters by matching groupId.
*
*
* Preferred over the
* {@link org.apache.maven.shared.artifact.filter.collection.GroupIdFilter} due to that
* classes use of {@link String#startsWith} to match on prefix.
*
*
* @author Mark Ingram
* @since 1.1
*/

View File

@@ -30,7 +30,7 @@ import org.apache.maven.plugins.shade.resource.ResourceTransformer;
* Extension for the <a href="http://maven.apache.org/plugins/maven-shade-plugin/">Maven
* shade plugin</a> to allow properties files (e.g. {@literal META-INF/spring.factories})
* to be merged without losing any information.
*
*
* @author Dave Syer
*/
public class PropertiesMergingResourceTransformer implements ResourceTransformer {

View File

@@ -43,7 +43,7 @@ import org.springframework.boot.loader.tools.Repackager;
* Repackages existing JAR and WAR archives so that they can be executed from the command
* line using {@literal java -jar}. With <code>layout=NONE</code> can also be used simply
* to package a JAR with nested dependencies (and no main class, so not executable).
*
*
* @author Phillip Webb
* @author Dave Syer
* @author Stephane Nicoll

View File

@@ -20,7 +20,7 @@ import org.codehaus.plexus.util.cli.CommandLineUtils;
/**
* Parse and expose arguments specified as {@link RunMojo} parameters.
*
*
* @author Stephane Nicoll
* @since 1.1.0
*/

View File

@@ -46,7 +46,7 @@ import org.springframework.boot.loader.tools.RunProcess;
/**
* Run an executable archive application.
*
*
* @author Phillip Webb
* @author Stephane Nicoll
*/

View File

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

View File

@@ -34,7 +34,7 @@ import static org.mockito.Mockito.mock;
/**
* Tests for {@link AbstractDependencyFilterMojo}.
*
*
* @author Stephane Nicoll
*/
public class DependencyFilterMojoTests {

View File

@@ -32,7 +32,7 @@ import static org.mockito.Mockito.mock;
/**
* Tests for {@link ExcludeFilter}.
*
*
* @author Stephane Nicoll
*/
@SuppressWarnings("rawtypes")

View File

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

View File

@@ -23,7 +23,7 @@ import static org.junit.Assert.assertNotNull;
/**
* Tests for {@link RunArguments}.
*
*
* @author Stephane Nicoll
*/
public class RunArgumentsTests {

View File

@@ -31,7 +31,7 @@ import static org.junit.Assert.assertTrue;
/**
* Verification utility for use with maven-invoker-plugin verification scripts.
*
*
* @author Phillip Webb
*/
public class Verify {

View File

@@ -18,7 +18,7 @@ package org.springframework.boot.maven.sample;
/**
* Sample class with a main method.
*
*
* @author Phillip Webb
*/
public class ClassWithMainMethod {

View File

@@ -18,7 +18,7 @@ package org.springframework.boot.maven.sample;
/**
* Sample class without a main method.
*
*
* @author Phillip Webb
*/
public class ClassWithoutMainMethod {