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

@@ -67,7 +67,7 @@ import org.springframework.util.MultiValueMap;
* <li>Searching on methods in interfaces, if the annotated element is a method
* <li>Searching on methods in superclasses, if the annotated element is a method
* </ul>
*
*
* <h3>Support for {@code @Inherited}</h3>
* <p>Methods following <em>get semantics</em> will honor the contract of
* Java's {@link java.lang.annotation.Inherited @Inherited} annotation.