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