Add final modifier to private fields.
This commit is contained in:
parent
cd2c36194f
commit
6156eb1f0f
|
@ -770,7 +770,7 @@ final class NTLMEngineImpl implements NTLMEngine {
|
|||
final private byte[] exportedSessionKey;
|
||||
private byte[] signingKey;
|
||||
private byte[] sealingKey;
|
||||
private Cipher rc4;
|
||||
private final Cipher rc4;
|
||||
final Mode mode;
|
||||
final private boolean isConnection;
|
||||
int sequenceNumber = 0;
|
||||
|
|
Loading…
Reference in New Issue