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 2017/06/07 10:46:12 UTC

[02/21] james-project git commit: JAMES-2044 Remove useless super call for SentDateCriterion

JAMES-2044 Remove useless super call for SentDateCriterion


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

Branch: refs/heads/master
Commit: 1d306c89dfd29fccde57a325c191dada41dfafd8
Parents: 691b72a
Author: benwa <bt...@linagora.com>
Authored: Mon Jun 5 10:30:08 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Wed Jun 7 17:32:51 2017 +0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/james/mailbox/model/SearchQuery.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/1d306c89/mailbox/api/src/main/java/org/apache/james/mailbox/model/SearchQuery.java
----------------------------------------------------------------------
diff --git a/mailbox/api/src/main/java/org/apache/james/mailbox/model/SearchQuery.java b/mailbox/api/src/main/java/org/apache/james/mailbox/model/SearchQuery.java
index 39e91bc..7c22750 100644
--- a/mailbox/api/src/main/java/org/apache/james/mailbox/model/SearchQuery.java
+++ b/mailbox/api/src/main/java/org/apache/james/mailbox/model/SearchQuery.java
@@ -1248,7 +1248,6 @@ public class SearchQuery implements Serializable {
         private final DateOperator operator;
 
         public SentDateCriterion(DateOperator operator) {
-            super();
             this.operator = operator;
         }
 


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