This commit is contained in:
Dominik Schürmann
2014-02-01 22:59:52 +01:00
parent 716f417948
commit b49bf09e90
3 changed files with 1 additions and 6 deletions

View File

@@ -178,7 +178,6 @@ public class HkpKeyServer extends KeyServer {
Matcher matcher = PUB_KEY_LINE.matcher(data);
while (matcher.find()) {
// KeyInfo info = new KeyInfo();
ImportKeysListEntry info = new ImportKeysListEntry();
info.bitStrength = Integer.parseInt(matcher.group(1));
info.algorithm = matcher.group(2);