530531532533534535536537538
try { entry.setStarred(starred); entry.update(); } catch (Exception e) { e.printStackTrace(); throw new DocumentServiceException(e.getMessage()); } return true; }