Skip to content

Instantly share code, notes, and snippets.

@nthx
Created December 17, 2011 03:48
Show Gist options
  • Save nthx/1489070 to your computer and use it in GitHub Desktop.
Save nthx/1489070 to your computer and use it in GitHub Desktop.
/** @@pat.transaction */
public void removeBook(Book book, DateRepresentation removalDate)
{
books.remove(book);
removedBooks.put(book.getId(), book);
book.setRemovalDate(removalDate);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment