This is an automated email from the ASF dual-hosted git repository.

ieugen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new f9f5514  JAMES-3212 Removed jetbrains annotations with no dependency
f9f5514 is described below

commit f9f551462276e4cfbe016967406f8e99a138368d
Author: Eugen Stan <[email protected]>
AuthorDate: Wed Jul 1 23:10:56 2020 +0300

    JAMES-3212 Removed jetbrains annotations with no dependency
---
 .../james/mailbox/maildir/FullUserMaildirMailboxManagerTest.java       | 3 +--
 .../java/org/apache/james/blob/objectstorage/AESPayloadCodecTest.java  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/FullUserMaildirMailboxManagerTest.java
 
b/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/FullUserMaildirMailboxManagerTest.java
index e580662..d9ff4c4 100644
--- 
a/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/FullUserMaildirMailboxManagerTest.java
+++ 
b/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/FullUserMaildirMailboxManagerTest.java
@@ -26,7 +26,6 @@ import org.apache.james.mailbox.SubscriptionManager;
 import org.apache.james.mailbox.events.EventBus;
 import org.apache.james.mailbox.store.StoreMailboxManager;
 import org.apache.james.mailbox.store.StoreSubscriptionManager;
-import org.jetbrains.annotations.NotNull;
 import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Nested;
 import org.junit.jupiter.api.extension.RegisterExtension;
@@ -42,7 +41,7 @@ class FullUserMaildirMailboxManagerTest extends 
MailboxManagerTest<StoreMailboxM
     @RegisterExtension
     TemporaryFolderExtension temporaryFolder = new TemporaryFolderExtension();
     Optional<StoreMailboxManager> mailboxManager = Optional.empty();
-    
+
     @Override
     protected StoreMailboxManager provideMailboxManager() {
         if (!mailboxManager.isPresent()) {
diff --git 
a/server/blob/blob-objectstorage/src/test/java/org/apache/james/blob/objectstorage/AESPayloadCodecTest.java
 
b/server/blob/blob-objectstorage/src/test/java/org/apache/james/blob/objectstorage/AESPayloadCodecTest.java
index 1442602..f61dc6c 100644
--- 
a/server/blob/blob-objectstorage/src/test/java/org/apache/james/blob/objectstorage/AESPayloadCodecTest.java
+++ 
b/server/blob/blob-objectstorage/src/test/java/org/apache/james/blob/objectstorage/AESPayloadCodecTest.java
@@ -31,7 +31,6 @@ import java.util.Optional;
 import org.apache.commons.io.IOUtils;
 import org.apache.james.blob.objectstorage.crypto.CryptoConfig;
 import org.jclouds.io.Payloads;
-import org.jetbrains.annotations.NotNull;
 import org.junit.jupiter.api.Test;
 
 import com.google.crypto.tink.subtle.Hex;
@@ -73,7 +72,7 @@ class AESPayloadCodecTest implements PayloadCodecContract {
                 private int readCount = 0;
 
                 @Override
-                public int read(@NotNull byte[] b, int off, int len) throws 
IOException {
+                public int read(byte[] b, int off, int len) throws IOException 
{
                     if (readCount >= ENCRYPTED_BYTES.length / 2) {
                         throw new IOException();
                     } else {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to