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 372309325d900287ec4f0a41f7367f52d35b0cfb
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Thu Nov 14 11:40:52 2019 +0700

    [Refactoring] PartContentBuilder: remove unreachable switch case
    
    For loop stop condition
---
 .../org/apache/james/mailbox/store/streaming/PartContentBuilder.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/mailbox/store/src/main/java/org/apache/james/mailbox/store/streaming/PartContentBuilder.java
 
b/mailbox/store/src/main/java/org/apache/james/mailbox/store/streaming/PartContentBuilder.java
index f8e560f..d548d46 100644
--- 
a/mailbox/store/src/main/java/org/apache/james/mailbox/store/streaming/PartContentBuilder.java
+++ 
b/mailbox/store/src/main/java/org/apache/james/mailbox/store/streaming/PartContentBuilder.java
@@ -136,7 +136,6 @@ public class PartContentBuilder {
                 case T_END_BODYPART:
                 case T_END_HEADER:
                 case T_END_MESSAGE:
-                case T_END_MULTIPART:
                 case T_EPILOGUE:
                 case T_FIELD:
                 case T_PREAMBLE:


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

Reply via email to