Skip to content

Instantly share code, notes, and snippets.

@sonOfRa
Created November 27, 2018 15:38
Show Gist options
  • Select an option

  • Save sonOfRa/ae39113c943202d59ae1894bf8707f5e to your computer and use it in GitHub Desktop.

Select an option

Save sonOfRa/ae39113c943202d59ae1894bf8707f5e to your computer and use it in GitHub Desktop.
boolean empty = true;
for (Feedback ignored : repository.findByEntryDateAfter(LocalDateTime.now())) {
empty = false;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment