Remove trailing whitespace in Java source code

This commit is contained in:
Sam Brannen
2015-07-27 12:40:54 +02:00
parent 98c7a63bb7
commit b6c0e7cba3
4 changed files with 8 additions and 8 deletions

View File

@@ -479,7 +479,7 @@ public class AntPathMatcherTests {
// longer is better
assertEquals(1, comparator.compare("/hotels", "/hotels2"));
//SPR-13139
assertEquals(-1, comparator.compare("*", "*/**"));
assertEquals(1, comparator.compare("*/**", "*"));