public class NoteDbUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
formatTime(org.eclipse.jgit.lib.PersonIdent ident,
Timestamp t) |
static Optional<Account.Id> |
parseIdent(org.eclipse.jgit.lib.PersonIdent ident,
String serverId)
Returns an AccountId for the given email address.
|
public static Optional<Account.Id> parseIdent(org.eclipse.jgit.lib.PersonIdent ident, String serverId)