From 80926f3aabeeeebd4eaf401a1bdff8d51cdbbb9d Mon Sep 17 00:00:00 2001 From: bdemsky Date: Thu, 1 Aug 2019 12:11:58 -0700 Subject: [PATCH] typo --- SmokeDetector/SmokeDetectors.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmokeDetector/SmokeDetectors.groovy b/SmokeDetector/SmokeDetectors.groovy index 188bb98..1bcb95a 100644 --- a/SmokeDetector/SmokeDetectors.groovy +++ b/SmokeDetector/SmokeDetectors.groovy @@ -54,7 +54,7 @@ public class SmokeDetectors { this.carbonMonoxideLatestValue = "tested" } }*/ - smokeDetectors.add(new SmokeDetector(id, label, displayName, this.currentSmokeValue, this.smokeLatestValue, this.carbonMonoideValue, this.batteryValue)) + smokeDetectors.add(new SmokeDetector(id, label, displayName, this.currentSmokeValue, this.smokeLatestValue, this.carbonMonoxideValue, this.batteryValue)) } //By Model Checker -- 2.34.1