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 ad...@apache.org on 2017/12/18 19:35:00 UTC

[24/50] [abbrv] james-project git commit: JAMES-2199 Delete a line break

JAMES-2199 Delete a line break


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

Branch: refs/heads/master
Commit: 5459751df7d4758a834dbfe0365bb1df95fd8421
Parents: 21b02b0
Author: Daniel Trebbien <dt...@gmail.com>
Authored: Fri Oct 20 12:05:32 2017 -0500
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Mon Dec 18 20:31:52 2017 +0100

----------------------------------------------------------------------
 .../james/mailbox/store/search/ListeningMessageSearchIndex.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/5459751d/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
----------------------------------------------------------------------
diff --git a/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java b/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
index 6e28e89..2918d0c 100644
--- a/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
+++ b/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
@@ -121,8 +121,7 @@ public abstract class ListeningMessageSearchIndex implements MessageSearchIndex,
                     .findInMailbox(mailbox, MessageRange.one(next), FetchType.Full, UNLIMITED)
                     .next());
             } catch (Exception e) {
-                LOGGER.error("Could not retrieve message {} in mailbox {}",
-                    next, mailbox.getMailboxId().serialize(), e);
+                LOGGER.error("Could not retrieve message {} in mailbox {}", next, mailbox.getMailboxId().serialize(), e);
                 return Optional.empty();
             }
         }


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