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/01/02 10:34:15 UTC

[05/11] james-project git commit: MAILBOX-370 Remove unused methods fromEventCollector class

MAILBOX-370 Remove unused methods fromEventCollector class


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/dc841af4
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/dc841af4
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/dc841af4

Branch: refs/heads/master
Commit: dc841af43be74a670cc391290c926f2beca16dec
Parents: 59996dc
Author: Benoit Tellier <bt...@linagora.com>
Authored: Fri Dec 28 14:34:05 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Wed Jan 2 17:28:08 2019 +0700

----------------------------------------------------------------------
 .../org/apache/james/mailbox/util/EventCollector.java     | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/dc841af4/mailbox/api/src/test/java/org/apache/james/mailbox/util/EventCollector.java
----------------------------------------------------------------------
diff --git a/mailbox/api/src/test/java/org/apache/james/mailbox/util/EventCollector.java b/mailbox/api/src/test/java/org/apache/james/mailbox/util/EventCollector.java
index 408295f..7152cf3 100644
--- a/mailbox/api/src/test/java/org/apache/james/mailbox/util/EventCollector.java
+++ b/mailbox/api/src/test/java/org/apache/james/mailbox/util/EventCollector.java
@@ -53,14 +53,4 @@ public class EventCollector implements MailboxListener {
         events.add(event);
     }
 
-    public void mailboxDeleted() {
-    }
-
-    public void mailboxRenamed(String origName, String newName) {
-    }
-
-    public boolean isClosed() {
-        return false;
-    }
-
 }


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