Remove trailing whitespace from Java source code

This commit is contained in:
Sam Brannen
2015-05-06 20:08:42 +02:00
parent edc66d76af
commit 7a690df925
12 changed files with 27 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ import static org.springframework.test.context.cache.ContextCacheTestUtils.*;
* JUnit 4 based integration test which verifies correct {@linkplain ContextCache
* application context caching} in conjunction with Spring's TestNG support
* and {@link DirtiesContext @DirtiesContext} at the class level.
*
*
* <p>This class is a direct copy of {@link ClassLevelDirtiesContextTests},
* modified to verify behavior in conjunction with TestNG.
*