opendj-server-legacy/src/main/java/org/opends/server/crypto/CryptoManagerImpl.java
@@ -1379,7 +1379,7 @@ return fValue.hashCode(); } // state /** State. */ private final UUID fValue; } @@ -1532,7 +1532,7 @@ return fIsCompromised; } // state /** State. */ private final KeyEntryID fKeyID; private final SecretKey fSecretKey; private final int fKeyLengthBits; @@ -1982,7 +1982,7 @@ return fIVLengthBits; } // state /** State. */ private final String fType; private int fIVLengthBits = -1; } @@ -2434,7 +2434,7 @@ return fType; } // state /** State. */ private final String fType; }