mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
fixed build error
This commit is contained in:
@@ -9,13 +9,6 @@ import javax.swing.JOptionPane;
|
||||
*/
|
||||
public final class RSA {
|
||||
|
||||
/**
|
||||
* Trivial test program.
|
||||
*
|
||||
* @param args
|
||||
* @deprecated TODO remove main and make JUnit Testing or any other
|
||||
* methodology
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
|
||||
RSA rsa = new RSA(1024);
|
||||
|
||||
Reference in New Issue
Block a user