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 <[email protected]>
Authored: Wed Dec 27 11:32:18 2017 +0100
Committer: Raphael Ouazana <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to