This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new e370028  JAMES-2777 fix too strong expectation about task cancellation
e370028 is described below

commit e370028ffce53847c131be036a252da7174f1089
Author: Benoit Tellier <[email protected]>
AuthorDate: Mon Jun 17 10:18:12 2019 +0700

    JAMES-2777 fix too strong expectation about task cancellation
---
 .../org/apache/james/backends/cassandra/migration/MigrationTask.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/backends-common/cassandra/src/main/java/org/apache/james/backends/cassandra/migration/MigrationTask.java
 
b/backends-common/cassandra/src/main/java/org/apache/james/backends/cassandra/migration/MigrationTask.java
index 7fd3bdd..40c7c62 100644
--- 
a/backends-common/cassandra/src/main/java/org/apache/james/backends/cassandra/migration/MigrationTask.java
+++ 
b/backends-common/cassandra/src/main/java/org/apache/james/backends/cassandra/migration/MigrationTask.java
@@ -48,7 +48,7 @@ public class MigrationTask implements Migration {
     }
 
     @Override
-    public Result run() {
+    public Result run() throws InterruptedException {
         return migration.run();
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to