You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/06/17 03:19:43 UTC

[james-project] branch master updated: JAMES-2777 fix too strong expectation about task cancellation

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 <bt...@linagora.com>
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org