Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created April 8, 2014 20:35
Show Gist options
  • Save poemdexter/10187573 to your computer and use it in GitHub Desktop.
Save poemdexter/10187573 to your computer and use it in GitHub Desktop.
a good method
@Override
public doThing(String param)
{
super.doThing(param);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment