X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=SpeechSynthesis%2FSpeechSynthesises.groovy;h=70237ed371ec360be3d0c6c0f90dcb0a1b277de4;hb=a5e81e3c6efb5301d174f09236ea8f65f6356308;hp=0c2acb8a68b85c02ce1b36a3e45067c8418811d4;hpb=33ef162113a6fcc40ad5f640ebf41b70b9deb630;p=smartthings-infrastructure.git diff --git a/SpeechSynthesis/SpeechSynthesises.groovy b/SpeechSynthesis/SpeechSynthesises.groovy index 0c2acb8..70237ed 100644 --- a/SpeechSynthesis/SpeechSynthesises.groovy +++ b/SpeechSynthesis/SpeechSynthesises.groovy @@ -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()