Skip to content

Instantly share code, notes, and snippets.

@rowanl
Created January 17, 2018 20:15
Show Gist options
  • Save rowanl/29835a9dfa73f6f1d8b9a44008ae2a9c to your computer and use it in GitHub Desktop.
Save rowanl/29835a9dfa73f6f1d8b9a44008ae2a9c to your computer and use it in GitHub Desktop.
playframework-kubernetes - Empty implementation of find all method
public CompletionStage<List<Charity>> findList() {
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment