Skip to content

Instantly share code, notes, and snippets.

@chilicat
Created January 4, 2011 21:55
Show Gist options
  • Save chilicat/765514 to your computer and use it in GitHub Desktop.
Save chilicat/765514 to your computer and use it in GitHub Desktop.
NPE check intellij template
if($1$ == null) {
throw new NullPointerException("$1$");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment