Skip to content

Instantly share code, notes, and snippets.

@lowenthal-jason
Created December 15, 2015 02:03
Show Gist options
  • Save lowenthal-jason/806a0a5a42325b8b25bf to your computer and use it in GitHub Desktop.
Save lowenthal-jason/806a0a5a42325b8b25bf to your computer and use it in GitHub Desktop.
Example code that does nothing
/**
* Does some magic
* @return an integer
*/
public Integer goDoSomeMagic(){
// Do some magic
return this.magicIsDone;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment