mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 14:04:17 +08:00
Remove unnecessary code (#4141)
This commit is contained in:
@ -1079,7 +1079,7 @@ public class Blowfish {
|
||||
*/
|
||||
private String hexToBin(String hex) {
|
||||
String binary = "";
|
||||
Long num;
|
||||
long num;
|
||||
String binary4B;
|
||||
int n = hex.length();
|
||||
for (int i = 0; i < n; i++) {
|
||||
|
Reference in New Issue
Block a user