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 <rcord...@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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to