Skip to content

Commit

Permalink
Removed link to EJB javadoc and dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Coustick <jonathan.coustick@payara.fish>
  • Loading branch information
Cousjava committed Sep 13, 2019
1 parent 3939d7e commit 017aeb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@
<artifactId>jakarta.annotation-api</artifactId>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>3.2.6</version>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/javax/interceptor/InvocationContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 017aeb5

Please sign in to comment.