Fix CheckStyle violations

See gh-18490
This commit is contained in:
Sam Brannen 2019-03-01 17:40:32 +01:00
parent 2d6624de71
commit dd1330d05e
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ import org.springframework.test.context.support.AbstractTestExecutionListener;
* <p>These events may be consumed for various reasons, such as resetting <em>mock</em>
* beans or tracing test execution. Since these events may be consumed by regular
* Spring beans, they can be shared among different test classes.
*
*
* <h3>Supported Events</h3>
* <ul>
* <li>{@link BeforeTestClassEvent}</li>

View File

@ -16,13 +16,13 @@
package org.springframework.test.context.event.annotation;
import org.springframework.context.event.EventListener;
import org.springframework.test.context.event.PrepareTestInstanceEvent;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import org.springframework.context.event.EventListener;
import org.springframework.test.context.event.PrepareTestInstanceEvent;
import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

View File

@ -1,4 +1,4 @@
/**
* Test event annotations for the <em>Spring TestContext Framework</em>.
*/
package org.springframework.test.context.event.annotation;
package org.springframework.test.context.event.annotation;

View File

@ -1,4 +1,4 @@
/**
* Test event support classes for the <em>Spring TestContext Framework</em>.
*/
package org.springframework.test.context.event;
package org.springframework.test.context.event;