You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/05/24 02:30:56 UTC

[james-project] 02/02: JAMES-3589 Allow tailor made servers to run MailsShouldBeWellReceived contract

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 4d65c499cc1ad1cf3758f737bd082361211d797f
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sat May 22 21:01:06 2021 +0700

    JAMES-3589 Allow tailor made servers to run MailsShouldBeWellReceived contract
---
 .../src/test/java/org/apache/james/MailsShouldBeWellReceived.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/container/guice/guice-common/src/test/java/org/apache/james/MailsShouldBeWellReceived.java b/server/container/guice/guice-common/src/test/java/org/apache/james/MailsShouldBeWellReceived.java
index c6a160e..ee298b8 100644
--- a/server/container/guice/guice-common/src/test/java/org/apache/james/MailsShouldBeWellReceived.java
+++ b/server/container/guice/guice-common/src/test/java/org/apache/james/MailsShouldBeWellReceived.java
@@ -60,7 +60,7 @@ import com.google.common.io.Resources;
 import reactor.core.publisher.Mono;
 import reactor.core.scheduler.Schedulers;
 
-interface MailsShouldBeWellReceived {
+public interface MailsShouldBeWellReceived {
 
     String JAMES_SERVER_HOST = "127.0.0.1";
     String DOMAIN = "apache.org";

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