Cleanup code for variable usage. Remvoed dummy test classes.

This commit is contained in:
Admin
2015-09-29 08:48:27 -05:00
parent af1777aeb3
commit 2789d8c180
6 changed files with 17 additions and 57 deletions

View File

@@ -70,8 +70,10 @@ public class HABridge {
theResources = new DeviceResource(bridgeSettings);
// setup the class to handle the hue emulator rest api
theHueMulator = new HueMulator(theResources.getDeviceRepository());
theHueMulator.setupServer();
// setup the class to handle the upnp response rest api
theSettingResponder = new UpnpSettingsResource(bridgeSettings);
theSettingResponder.setupServer();
// wait for the sparkjava initialization of the rest api classes to be complete
awaitInitialization();