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/11/28 02:12:24 UTC

[james-project] 07/23: JAMES-2989 Remove unused PartContentDescriptorImpl constructor

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

commit 9401010c52d161751f66d6d5d243b493ebdea545
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Nov 25 11:31:19 2019 +0700

    JAMES-2989 Remove unused PartContentDescriptorImpl constructor
---
 .../org/apache/james/mailbox/model/PartContentDescriptorImpl.java  | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/mailbox/api/src/main/java/org/apache/james/mailbox/model/PartContentDescriptorImpl.java b/mailbox/api/src/main/java/org/apache/james/mailbox/model/PartContentDescriptorImpl.java
index e0761f4..f7a8ccd 100644
--- a/mailbox/api/src/main/java/org/apache/james/mailbox/model/PartContentDescriptorImpl.java
+++ b/mailbox/api/src/main/java/org/apache/james/mailbox/model/PartContentDescriptorImpl.java
@@ -30,13 +30,6 @@ public class PartContentDescriptorImpl implements PartContentDescriptor {
     private final MimePath path;
 
     public PartContentDescriptorImpl(MimePath path) {
-        super();
-        this.path = path;
-    }
-
-    public PartContentDescriptorImpl(int content, MimePath path) {
-        super();
-        this.content = content;
         this.path = path;
     }
 


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