Beispiel #1
0
 @Override
 public void deleteComment(final Integer id) {
   if (id != null) {
     commentDAO.delete(id);
   }
 }