private static boolean isGerritServer(AccountInfo account) { return account._accountId() == 0 && Util.C.messageNoAuthor().equals(account.name()); }