Skip to content

Instantly share code, notes, and snippets.

@kendall
Created May 7, 2010 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendall/393593 to your computer and use it in GitHub Desktop.
Save kendall/393593 to your computer and use it in GitHub Desktop.
// but can be refreshed...
aManager.refresh(aNewBookCopy);
// and now contains the correct, up-to-date information
System.err.println(aNewBookCopy.getTitle());
System.err.println(aNewBookCopy.getEmbodiments());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment