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 2018/01/10 10:14:47 UTC

[47/53] [abbrv] james-project git commit: JAMES-2277 don't use finalize method

JAMES-2277 don't use finalize method


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

Branch: refs/heads/master
Commit: a7d948ec447ae166409aa01a7c5b633ddf20ce75
Parents: f643a25
Author: Matthieu Baechler <ma...@apache.org>
Authored: Wed Dec 27 11:32:18 2017 +0100
Committer: Raphael Ouazana <ra...@linagora.com>
Committed: Wed Jan 10 10:45:41 2018 +0100

----------------------------------------------------------------------
 .../mpt/imapmailbox/cassandra/host/CassandraHostSystem.java     | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/a7d948ec/mpt/impl/imap-mailbox/cassandra/src/test/java/org/apache/james/mpt/imapmailbox/cassandra/host/CassandraHostSystem.java
----------------------------------------------------------------------
diff --git a/mpt/impl/imap-mailbox/cassandra/src/test/java/org/apache/james/mpt/imapmailbox/cassandra/host/CassandraHostSystem.java b/mpt/impl/imap-mailbox/cassandra/src/test/java/org/apache/james/mpt/imapmailbox/cassandra/host/CassandraHostSystem.java
index 05ae0c8..0f758da 100644
--- a/mpt/impl/imap-mailbox/cassandra/src/test/java/org/apache/james/mpt/imapmailbox/cassandra/host/CassandraHostSystem.java
+++ b/mpt/impl/imap-mailbox/cassandra/src/test/java/org/apache/james/mpt/imapmailbox/cassandra/host/CassandraHostSystem.java
@@ -151,11 +151,6 @@ public class CassandraHostSystem extends JamesImapHostSystem {
     }
     
     @Override
-    protected void finalize() throws Throwable {
-        super.finalize();
-    }
-    
-    @Override
     public boolean supports(Feature... features) {
         return IMAP_FEATURES.supports(features);
     }


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