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 static org.junit.Assert.assertThat;
/**
* Tests for {@link AsciiBytes}.
*
*
* @author Phillip Webb
*/
public class AsciiBytesTests {

View File

@@ -21,7 +21,7 @@ import org.hamcrest.TypeSafeMatcher;
/**
* Hamcrest matcher to tests that a byte array starts with specific bytes.
*
*
* @author Phillip Webb
*/
public class ByteArrayStartsWith extends TypeSafeMatcher<byte[]> {

View File

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

View File

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

View File

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

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

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

View File

@@ -29,7 +29,7 @@ import java.util.zip.ZipEntry;
/**
* Creates a simple test jar.
*
*
* @author Phillip Webb
*/
public abstract class TestJarCreator {

View File

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

View File

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

View File

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

View File

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

View File

@@ -54,7 +54,7 @@ import static org.mockito.Mockito.verify;
/**
* Tests for {@link JarFile}.
*
*
* @author Phillip Webb
* @author Martin Lau
*/