c79ef6
--- common/src/main/java/com/ongres/scram/common/message/ServerFinalMessage.java  2019-06-28 19:55:36.000000000 +0200
c79ef6
+++ common/src/main/java/com/ongres/scram/common/message/ServerFinalMessage.java.new  2023-01-02 13:55:25.491161211 +0100
c79ef6
@@ -37,8 +37,6 @@
c79ef6
 import com.ongres.scram.common.util.StringWritable;
c79ef6
 import com.ongres.scram.common.util.StringWritableCsv;
c79ef6
c79ef6
-import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
c79ef6
-
c79ef6
c79ef6
 /**
c79ef6
  * Constructs and parses server-final-messages. Formal syntax is:
c79ef6
@@ -162,7 +160,6 @@
c79ef6
         return null != error;
c79ef6
     }
c79ef6
c79ef6
-    @SuppressFBWarnings("EI_EXPOSE_REP")
c79ef6
     public byte[] getVerifier() {
c79ef6
         return verifier;
c79ef6
     }