From 017aeb56849bbb448319aaf36df45a07ec54f451 Mon Sep 17 00:00:00 2001 From: Jonathan Coustick Date: Fri, 13 Sep 2019 17:30:34 +0100 Subject: [PATCH] Removed link to EJB javadoc and dependency Signed-off-by: Jonathan Coustick --- api/pom.xml | 5 ----- api/src/main/java/javax/interceptor/InvocationContext.java | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 9d3b5be..8fa3584 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -95,11 +95,6 @@ jakarta.annotation-api 1.3.5 - - jakarta.ejb - jakarta.ejb-api - 3.2.6 - diff --git a/api/src/main/java/javax/interceptor/InvocationContext.java b/api/src/main/java/javax/interceptor/InvocationContext.java index 08b63e7..2403bbf 100644 --- a/api/src/main/java/javax/interceptor/InvocationContext.java +++ b/api/src/main/java/javax/interceptor/InvocationContext.java @@ -60,7 +60,7 @@ public interface InvocationContext { /** * Returns the timer object associated with a timeout method invocation on the target class, or a null value for * interceptor method types other than {@link AroundTimeout}. For example, when associated with an Jakarta Enterprise - * Beans component timeout, this method returns {@link javax.ejb.Timer}. + * Beans component timeout, this method returns {@code javax.ejb.Timer}. * * @return the timer object or a null value *