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 bt...@apache.org on 2019/08/27 07:42:03 UTC

[james-project] 15/17: JAMES-2855 @RegisterExtension fields cannot be private

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 a2b069c802672297b05f9437aea56641453d1147
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Mon Aug 26 15:08:05 2019 +0700

    JAMES-2855 @RegisterExtension fields cannot be private
---
 .../methods/integration/LinshareBlobExportMechanismIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/LinshareBlobExportMechanismIntegrationTest.java b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/LinshareBlobExportMechanismIntegrationTest.java
index 068827d..71f7b9f 100644
--- a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/LinshareBlobExportMechanismIntegrationTest.java
+++ b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/LinshareBlobExportMechanismIntegrationTest.java
@@ -92,7 +92,7 @@ public abstract class LinshareBlobExportMechanismIntegrationTest {
     private LinshareAPI user1LinshareAPI;
 
     @RegisterExtension
-    private IMAPMessageReader imapMessageReader = new IMAPMessageReader();
+    IMAPMessageReader imapMessageReader = new IMAPMessageReader();
 
     @BeforeEach
     void setup(GuiceJamesServer jmapServer) throws Throwable {


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