/** @see KeywordActionDao#updateKeywordAction(KeywordAction) */
 public synchronized void updateKeywordAction(KeywordAction action) {
   super.updateWithoutDuplicateHandling(action);
 }