Tested api changes

This commit is contained in:
Admin
2016-06-09 16:44:11 -05:00
parent d4b8b70a83
commit 8d15d0a0fb
8 changed files with 176 additions and 45 deletions

View File

@@ -143,6 +143,8 @@ public class HalInfo {
String theUrl = null;
String theData;
if(theIrDevices == null)
return null;
Iterator<HalDevice> theHalDevices = theIrDevices.iterator();
deviceList = new ArrayList<HalDevice>();
while (theHalDevices.hasNext()) {