Typos a/an (#13819)
This commit is contained in:
@@ -259,7 +259,7 @@ public class KM200DataHandler {
|
||||
}
|
||||
}
|
||||
return null;
|
||||
case DATA_TYPE_ERROR_LIST: /* Check whether the type is a errorList */
|
||||
case DATA_TYPE_ERROR_LIST: /* Check whether the type is an errorList */
|
||||
KM200ErrorServiceHandler eService = null;
|
||||
logger.trace("state of type errorList: {}", nodeRoot);
|
||||
if (null != parent) {
|
||||
|
||||
@@ -28,7 +28,7 @@ import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonObject;
|
||||
|
||||
/**
|
||||
* The KM200ErrorService representing a error service with its all capabilities
|
||||
* The KM200ErrorService representing an error service with its all capabilities
|
||||
*
|
||||
* @author Markus Eckhardt - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -160,7 +160,7 @@ public class KM200ServiceHandler {
|
||||
serviceObject.setJSONData(dataObject);
|
||||
remoteDevice.virtualList.add(serviceObject);
|
||||
break;
|
||||
case DATA_TYPE_ERROR_LIST: /* Check whether the type is a errorList */
|
||||
case DATA_TYPE_ERROR_LIST: /* Check whether the type is an errorList */
|
||||
logger.trace("initDevice: type errorList: {}", dataObject);
|
||||
KM200ErrorServiceHandler eService = new KM200ErrorServiceHandler();
|
||||
eService.updateErrors(nodeRoot);
|
||||
|
||||
Reference in New Issue
Block a user