Skip to content

Instantly share code, notes, and snippets.

@craigmcnamara
Created March 7, 2013 06:44
Show Gist options
  • Save craigmcnamara/5106012 to your computer and use it in GitHub Desktop.
Save craigmcnamara/5106012 to your computer and use it in GitHub Desktop.
Who wrote it?
//I had to override the clone() method
public Object clone() throws CloneNotSupportedException
{
return super.clone();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment