Skip to content

Commit

Permalink
Merge pull request #332 from auth0/fix-javadoc
Browse files Browse the repository at this point in the history
Fix JavaDoc tags for Java8
  • Loading branch information
lbalmaceda authored Feb 5, 2021
2 parents 5d11019 + 589f7ef commit 33ace7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/auth0/net/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ public interface Request<T> {
/**
* Executes this request asynchronously.
*
* @apiNote This method was added after the interface was released in version 1.0.
* It is defined as a default method for compatibility reasons.
* From version 2.0 on, the method will be abstract and all implementations of this interface
* will have to provide their own implementation.
* Note: This method was added after the interface was released in version 1.0.
* It is defined as a default method for compatibility reasons.
* From version 2.0 on, the method will be abstract and all implementations of this interface
* will have to provide their own implementation.
*
* @implSpec The default implementation throws an {@linkplain UnsupportedOperationException}.
* The default implementation throws an {@linkplain UnsupportedOperationException}.
*
* @return a {@linkplain CompletableFuture} representing the specified request.
*/
Expand Down

0 comments on commit 33ace7c

Please sign in to comment.