Updated test coverage
This commit is contained in:
@@ -16,7 +16,7 @@ import com.mattrixwv.cipherstream.exceptions.InvalidKeywordException;
|
||||
|
||||
|
||||
public class Vigenere{
|
||||
private static final Logger logger = LoggerFactory.getLogger(Vigenere.class);
|
||||
protected static Logger logger = LoggerFactory.getLogger(Vigenere.class);
|
||||
|
||||
//Fields
|
||||
protected String inputString; //This is the string that needs encoded/decoded
|
||||
|
||||
Reference in New Issue
Block a user