Remove trailing whitespace from source code

This commit is contained in:
Sam Brannen
2014-02-08 17:30:39 +01:00
parent 1f778530b5
commit c335e99e3f
20 changed files with 29 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ package org.springframework.core.annotation.subpackage;
/**
* Class annotated with a non-public (i.e., package private) custom annotation.
*
*
* @author Sam Brannen
* @since 4.0
*/

View File

@@ -21,7 +21,7 @@ import java.lang.annotation.RetentionPolicy;
/**
* Non-public (i.e., package private) custom annotation.
*
*
* @author Sam Brannen
* @since 4.0
*/

View File

@@ -34,7 +34,7 @@ import static org.junit.Assert.*;
* Unit tests for checking the behaviour of {@link CachingMetadataReaderFactory} under
* load. If the cache is not controlled, this test should fail with an out of memory
* exception around entry 5k.
*
*
* @author Costin Leau
* @author Sam Brannen
*/