Minor change in classes
[smartthings-infrastructure.git] / SpeechSynthesis / SpeechSynthesises.groovy
index 0c2acb8a68b85c02ce1b36a3e45067c8418811d4..70237ed371ec360be3d0c6c0f90dcb0a1b277de4 100644 (file)
@@ -2,6 +2,9 @@
 package SpeechSynthesis
 import SmartThing.SmartThings
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class SpeechSynthesises extends SmartThings {
        List speechSynthesises = new ArrayList()