Updated test message
This commit is contained in:
@@ -7,9 +7,9 @@ package mattrixwv.CipherStreamJava;
|
||||
|
||||
|
||||
public class Caesar{
|
||||
public static final String version = "1.0"; //The current version number for the library
|
||||
private String inputString; //The string that needs encoded/decoded
|
||||
private String outputString; //The encoded/decoded string
|
||||
public static final String version = "1.0"; //The current version number for the library
|
||||
private int shift; //The amount that you need to shift each letter
|
||||
//Sets shift and makes sure it is within the propper bounds
|
||||
private void setShift(int shiftAmount){
|
||||
|
||||
Reference in New Issue
Block a user