Fix coding issues

This commit is contained in:
AsamK 2015-08-07 13:22:15 +02:00
parent e1b584ab84
commit 9e1cd7e398
9 changed files with 19 additions and 23 deletions

View file

@ -11,7 +11,7 @@ import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
public class JsonIdentityKeyStore implements IdentityKeyStore {
class JsonIdentityKeyStore implements IdentityKeyStore {
private final Map<String, IdentityKey> trustedKeys = new HashMap<>();