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 105edc9246af321a5c81e2e8bc8037e320a84b80
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Wed Nov 13 11:32:40 2019 +0700

    [Refactoring] StatusCommandParser: statusDataItems can be private
---
 .../java/org/apache/james/imap/decode/parser/StatusCommandParser.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/protocols/imap/src/main/java/org/apache/james/imap/decode/parser/StatusCommandParser.java
 
b/protocols/imap/src/main/java/org/apache/james/imap/decode/parser/StatusCommandParser.java
index 75ae4ae..5030f92 100644
--- 
a/protocols/imap/src/main/java/org/apache/james/imap/decode/parser/StatusCommandParser.java
+++ 
b/protocols/imap/src/main/java/org/apache/james/imap/decode/parser/StatusCommandParser.java
@@ -39,7 +39,7 @@ public class StatusCommandParser extends 
AbstractImapCommandParser {
         
super(ImapCommand.authenticatedStateCommand(ImapConstants.STATUS_COMMAND_NAME));
     }
 
-    StatusDataItems statusDataItems(ImapRequestLineReader request) throws 
DecodingException {
+    private StatusDataItems statusDataItems(ImapRequestLineReader request) 
throws DecodingException {
         StatusDataItems items = new StatusDataItems();
 
         request.nextWordChar();


---------------------------------------------------------------------
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