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 ro...@apache.org on 2019/08/01 07:22:25 UTC

[james-project] 03/09: JAMES-2813 Fix IntelliJ warnings

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

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

commit cff5726ea66f3f9d717f518245e08b884a6928a6
Author: Gautier DI FOLCO <gd...@linagora.com>
AuthorDate: Mon Jul 29 15:42:21 2019 +0200

    JAMES-2813 Fix IntelliJ warnings
---
 .../src/test/java/org/apache/james/server/task/json/TestTask.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/task-json/src/test/java/org/apache/james/server/task/json/TestTask.java b/server/task-json/src/test/java/org/apache/james/server/task/json/TestTask.java
index d551282..91c1b18 100644
--- a/server/task-json/src/test/java/org/apache/james/server/task/json/TestTask.java
+++ b/server/task-json/src/test/java/org/apache/james/server/task/json/TestTask.java
@@ -43,11 +43,8 @@ public class TestTask implements Task {
         return "testTask";
     }
 
-
     @Override
     public Optional<TaskExecutionDetails.AdditionalInformation> details() {
         return Optional.empty();
     }
-
-
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org