getOrCreateGlossaryTerm(to, termHLocale, glossaryTerm);
hGlossaryTerm.getComments().clear();
for (String comment : glossaryTerm.getComments()) {
hGlossaryTerm.getComments().add(new HTermComment(comment));
}
to.getGlossaryTerms().put(termHLocale, hGlossaryTerm);
}
glossaryDAO.makePersistent(to);