Changes
authorAli Younis <ayounis@uci.edu>
Wed, 17 May 2017 21:45:21 +0000 (14:45 -0700)
committerAli Younis <ayounis@uci.edu>
Wed, 17 May 2017 21:45:21 +0000 (14:45 -0700)
version2/src/java/light_fan_embed_benchmark/LightsController.java

index b0b990cf0eeb5f54202e0b5edd764998927d0b04..69eed6f0db7e2645a8aed25afafafc67a883f648 100644 (file)
@@ -88,9 +88,9 @@ class LightsController {
         int counter = 0;
 
 
-        Table t1 = new Table("http://dc-6.calit2.uci.edu/test.iotcloud/", "reallysecret", 321, -1);
+        Table t1 = null;
         try {
-            
+            t1 = new Table("http://dc-6.calit2.uci.edu/test.iotcloud/", "reallysecret", 321, -1);
             t1.rebuild();
         } catch (Error e) {