Skip to content

Commit 664e96c

Browse files
committed
fixed todomanager to have the sample data present at startup
1 parent 9f2e389 commit 664e96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examplemodels/src/main/java/uk/co/compendiumdev/thingifier/application/examples/TodoManagerThingifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public Thingifier get() {
9898
// Some hard coded test data for experimenting with
9999
// TODO: allow importing from a JSON to create data in bulk
100100
todoManager.setDataGenerator(new TodoManagerAPIDataPopulator());
101-
101+
todoManager.generateData();
102102

103103
// PROFILES
104104
// can have different -version params which configure the TodoManagerThingifier in different ways

0 commit comments

Comments
 (0)