Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created August 18, 2013 18:33
Show Gist options
  • Save chbatey/6263203 to your computer and use it in GitHub Desktop.
Save chbatey/6263203 to your computer and use it in GitHub Desktop.
class Service {
private Datastore datastore
Service(Datastore datastore) {
// ...
}
def processEntry(Map<String, String> someStuffToStore) {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment