Typos a/an (#13819)

This commit is contained in:
Дилян Палаузов
2022-12-02 14:07:31 +02:00
committed by GitHub
parent e979be4911
commit 6c1373f7c2
121 changed files with 167 additions and 167 deletions

View File

@@ -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) {

View File

@@ -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
*/

View File

@@ -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);