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 4d01371907533398c0c52cb946020ae22a8ab70f Author: Benoit Tellier <[email protected]> AuthorDate: Tue Feb 23 14:59:01 2021 +0700 JAMES-3504 Move POP3ProtocolHandlerChain to tests This class is not used by production code --- .../java/org/apache/james/protocols/pop3/POP3ProtocolHandlerChain.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/protocols/pop3/src/main/java/org/apache/james/protocols/pop3/POP3ProtocolHandlerChain.java b/protocols/pop3/src/test/java/org/apache/james/protocols/pop3/POP3ProtocolHandlerChain.java similarity index 100% rename from protocols/pop3/src/main/java/org/apache/james/protocols/pop3/POP3ProtocolHandlerChain.java rename to protocols/pop3/src/test/java/org/apache/james/protocols/pop3/POP3ProtocolHandlerChain.java --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
