Skip to content

Instantly share code, notes, and snippets.

@lindabjalla
Last active February 20, 2016 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindabjalla/3577e9585ce4ae71dcd3 to your computer and use it in GitHub Desktop.
Save lindabjalla/3577e9585ce4ae71dcd3 to your computer and use it in GitHub Desktop.
Main method
List<WorkItem> finishedWorkItems = workItemService.findFinishedWorkItemsBetweenStartDateAndEndDate("2016-02-13", "2016-02-20");
System.out.println("---finishedWorkItems---");
finishedWorkItems.forEach(System.out::println);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment