Skip to content

Commit

Permalink
Merge branch 'master' into remove-unneeded-throws-from-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda authored Feb 5, 2021
2 parents a627fae + 33ace7c commit 666f2d2
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 666f2d2

Please sign in to comment.