Polish Javadoc

This commit is contained in:
Sam Brannen
2022-08-31 10:34:45 +02:00
parent 5757429ea5
commit 98c74059e0
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* {@link EventListener @EventListener} annotation used to consume a
* {@link EventListener @EventListener} annotation used to consume an
* {@link AfterTestClassEvent} published by the
* {@link org.springframework.test.context.event.EventPublishingTestExecutionListener
* EventPublishingTestExecutionListener}.

View File

@@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* {@link EventListener @EventListener} annotation used to consume a
* {@link EventListener @EventListener} annotation used to consume an
* {@link AfterTestExecutionEvent} published by the
* {@link org.springframework.test.context.event.EventPublishingTestExecutionListener
* EventPublishingTestExecutionListener}.

View File

@@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* {@link EventListener @EventListener} annotation used to consume a
* {@link EventListener @EventListener} annotation used to consume an
* {@link AfterTestMethodEvent} published by the
* {@link org.springframework.test.context.event.EventPublishingTestExecutionListener
* EventPublishingTestExecutionListener}.