Remove trailing whitespace from Java source code
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -56,7 +56,7 @@ import static org.junit.Assert.*;
|
||||
/**
|
||||
* Unit tests for the {@link GenericConversionService}.
|
||||
*
|
||||
* <p>For tests involving the {@link DefaultConversionService}, see
|
||||
* <p>For tests involving the {@link DefaultConversionService}, see
|
||||
* {@link DefaultConversionServiceTests}.
|
||||
*
|
||||
* @author Keith Donald
|
||||
|
||||
@@ -320,12 +320,12 @@ public class SettableListenableFutureTests {
|
||||
private static class InterruptableSettableListenableFuture extends SettableListenableFuture<String> {
|
||||
|
||||
private boolean interrupted = false;
|
||||
|
||||
|
||||
@Override
|
||||
protected void interruptTask() {
|
||||
interrupted = true;
|
||||
}
|
||||
|
||||
|
||||
boolean calledInterruptTask() {
|
||||
return interrupted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user