mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-20 18:24:49 +08:00
Closing scanners.
This commit is contained in:
@ -126,6 +126,7 @@ public class Caesar {
|
||||
case 'd':
|
||||
System.out.println("DECODED MESSAGE IS \n" + decode(message, shift));
|
||||
}
|
||||
input.close();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user