Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created September 13, 2010 18:26
Show Gist options
  • Save gnodet/577760 to your computer and use it in GitHub Desktop.
Save gnodet/577760 to your computer and use it in GitHub Desktop.
private static final SecurityManagerEx sm;
static {
SecurityManagerEx tmp = null;
try {
tmp = new SecurityManagerEx();
} catch (Throwable t) {
}
sm = tmp;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment