Esempio n. 1
0
 public static String generateHash(
     LocaleId locale, String content, String pos, String description) {
   String hashBase = locale + SEPARATOR + content + SEPARATOR + pos + SEPARATOR + description;
   return HashUtil.generateHash(hashBase);
 }