Skip to content

Instantly share code, notes, and snippets.

@kasperlanger
Created June 2, 2010 09:59
Show Gist options
  • Save kasperlanger/422163 to your computer and use it in GitHub Desktop.
Save kasperlanger/422163 to your computer and use it in GitHub Desktop.
public void foo(int i){
if (externalmethod(i) == null){
throw new Exception();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment