Skip to content

Commit

Permalink
fixed todomanager to have the sample data present at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Jul 30, 2020
1 parent 9f2e389 commit 664e96c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public Thingifier get() {
// Some hard coded test data for experimenting with
// TODO: allow importing from a JSON to create data in bulk
todoManager.setDataGenerator(new TodoManagerAPIDataPopulator());

todoManager.generateData();

// PROFILES
// can have different -version params which configure the TodoManagerThingifier in different ways
Expand Down

0 comments on commit 664e96c

Please sign in to comment.