fixed build error

This commit is contained in:
shellhub
2020-10-24 16:33:40 +08:00
parent cfd0bd68d1
commit 3b19b12f03
7 changed files with 3 additions and 751 deletions

View File

@@ -104,10 +104,6 @@ public class Caesar {
return c >= 'a' && c <= 'z';
}
/**
*
* @deprecated TODO remove main and make JUnit Testing
*/
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Please enter the message (Latin Alphabet)");