Exemplo n.º 1
0
 public static String getWandWord(String from) {
   int hash = from.hashCode();
   if (hash < 0) hash = hash * -1;
   return CMProps.getListFileChoiceFromIndexedListByHash(CMProps.ListFile.MAGIC_WORDS, hash);
 }