}
} catch (Exception e) {
LOGGER.warn("", e);
}
}
NotificationType notificationType = NotificationType.valueOf(commentType.toString() + "_COMMENT");
noticeDao.insertNotication(ownerId, commenterId, commenterNickname, resourceId, resourceName, notificationType);
} catch (Exception e) {
e.printStackTrace();
}
}