mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
style: enable HideUtilityClassConstructor in checkstyle (#5147)
This commit is contained in:
@@ -11,7 +11,9 @@ import java.util.Scanner;
|
||||
* for encryption. The cipher key and plaintext/ciphertext are user inputs.
|
||||
* @author Ojasva Jain
|
||||
*/
|
||||
public class HillCipher {
|
||||
public final class HillCipher {
|
||||
private HillCipher() {
|
||||
}
|
||||
|
||||
static Scanner userInput = new Scanner(System.in);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user