Skip to content

Commit 97e8e19

Browse files
committed
Correction to wording of EventMetadata#getInjectionPoint
1 parent 79ff18c commit 97e8e19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/src/main/java/jakarta/enterprise/inject/spi/EventMetadata.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ public interface EventMetadata {
5151
public Set<Annotation> getQualifiers();
5252

5353
/**
54-
* Get the {@link InjectionPoint} representing the injected {@link Event} instance which fired the event, or
55-
* <code>null</code> if it was fired from {@link BeanManager#getEvent()}
54+
* Get the {@link InjectionPoint} representing the injected {@link Event} instance which fired the event
5655
*
5756
* @return InjectionPoint of the Event
5857
*/

0 commit comments

Comments
 (0)