Skip to content

Instantly share code, notes, and snippets.

@fs111
Created February 6, 2015 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fs111/01bb39ee4a698d2378af to your computer and use it in GitHub Desktop.
Save fs111/01bb39ee4a698d2378af to your computer and use it in GitHub Desktop.
// TODO Auto-generated constructor stub
SecurityManager security = System.getSecurityManager();
if (security != null) {
security.checkWrite("foobah");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment