You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenger/src/main/java/uk/co/compendiumdev/challenge/practicemodes/simpleapi/SimpleAPITestDataPopulator.java
Copy file name to clipboardExpand all lines: challenger/src/main/java/uk/co/compendiumdev/challenge/practicemodes/simulation/SimulationRoutes.java
+28-22Lines changed: 28 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,13 @@ public SimulationRoutes(DefaultGUIHTML guiTemplates){
45
45
46
46
publicvoidsetUpData(){
47
47
// fake the data storage
48
-
this.simulation = newThingifier();
48
+
simulation = newThingifier();
49
49
50
50
simulation.setDocumentation("Simulation Mode", "A simulated API, each request generates a new set of data but responses are processed by an API handler.");
Copy file name to clipboardExpand all lines: ercoremodel/src/main/java/uk/co/compendiumdev/thingifier/core/domain/instances/EntityInstanceCollection.java
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public EntityInstanceCollection addInstances(List<EntityInstance> addInstances)
0 commit comments