Skip to content

Instantly share code, notes, and snippets.

@ndeverge
Created February 13, 2012 09:52
Show Gist options
  • Save ndeverge/1815549 to your computer and use it in GitHub Desktop.
Save ndeverge/1815549 to your computer and use it in GitHub Desktop.
Love legacy code
Convention conv = null;
try {
conv =
conventionService.rechercherParId(Long.valueOf((String) request.getSession().getAttribute(
"conventionId")));
} catch (NullPointerException e) {
log.error("Une erreur est survenu, l'id de la convention n'est pas en session !", e);
}
request.getSession().removeAttribute("conventionId");
conv.setMO(mo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment