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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
