Created
November 27, 2018 15:38
-
-
Save sonOfRa/ae39113c943202d59ae1894bf8707f5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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