removed the deprecation from variables itself
This commit is contained in:
parent
a02540cf8a
commit
76539d1a50
@ -26,8 +26,8 @@
|
|||||||
//VARIABLES
|
//VARIABLES
|
||||||
static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <
|
static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <
|
||||||
|
|
||||||
DEPRECATED static int skipCheck = 0; //BOOLEAN FOR SKIPPING VERSION CHECK
|
static int skipCheck = 0; //BOOLEAN FOR SKIPPING VERSION CHECK
|
||||||
DEPRECATED static int noOutput = 0; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING
|
static int noOutput = 0; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING
|
||||||
|
|
||||||
//GETTERS
|
//GETTERS
|
||||||
int getKeyLength();
|
int getKeyLength();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user