Slight changes for consistency

This commit is contained in:
Alex Fong
2016-05-16 00:59:57 +08:00
parent 614f46a630
commit 7b02161ce7
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ public abstract class KeyRing {
abstract public String getPrimaryUserIdWithFallback() throws PgpKeyNotFoundException;
public OpenPgpUtils.UserId getSplitPrimaryUserIdWithFallback() throws PgpKeyNotFoundException {
public UserId getSplitPrimaryUserIdWithFallback() throws PgpKeyNotFoundException {
return splitUserId(getPrimaryUserIdWithFallback());
}