mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
fixed build error
This commit is contained in:
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user