This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new bf29cfa Add missing @Override annotation
bf29cfa is described below
commit bf29cfa5c5f0995fa6899341998b5dc76174ca67
Author: Antoine Toulme <[email protected]>
AuthorDate: Thu Feb 27 20:48:03 2020 -0800
Add missing @Override annotation
---
.../java/org/apache/tuweni/concurrent/CompletableAsyncCompletion.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/concurrent/src/main/java/org/apache/tuweni/concurrent/CompletableAsyncCompletion.java
b/concurrent/src/main/java/org/apache/tuweni/concurrent/CompletableAsyncCompletion.java
index 26e3d9c..3756f67 100644
---
a/concurrent/src/main/java/org/apache/tuweni/concurrent/CompletableAsyncCompletion.java
+++
b/concurrent/src/main/java/org/apache/tuweni/concurrent/CompletableAsyncCompletion.java
@@ -41,5 +41,6 @@ public interface CompletableAsyncCompletion extends
AsyncCompletion {
*
* Note taking action directly on this future will impact this object.
*/
+ @Override
CompletableFuture<Void> toFuture();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]