You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/02/28 04:48:25 UTC

[incubator-tuweni] branch master updated: Add missing @Override annotation

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 <an...@lunar-ocean.com>
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: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org