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/20 01:56:45 UTC

[james-project] 17/49: [Refactoring] JPAProperty remove unused methods

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 228aad412a9e9d10b443673a2c3c9958aa34e5b6
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sat Nov 16 10:53:54 2019 +0700

    [Refactoring] JPAProperty remove unused methods
---
 .../james/mailbox/jpa/mail/model/JPAProperty.java      | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/mailbox/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java b/mailbox/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java
index 67583f0..c96cc67 100644
--- a/mailbox/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java
+++ b/mailbox/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java
@@ -95,24 +95,6 @@ public class JPAProperty implements Property {
     }
 
     /**
-     * Create a copy of the give JPAProperty
-     * 
-     * @param property
-     */
-    public JPAProperty(JPAProperty property) {
-        this(property.getNamespace(), property.getLocalName(), property.getValue(), property.getOrder());
-    }
-
-    /**
-     * Gets the order of this property.
-     * 
-     * @return order of this property
-     */
-    public int getOrder() {
-        return line;
-    }
-
-    /**
      * Gets the local part of the name of the property.
      * 
      * @return not null


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