Typos a/an (#13846)

This commit is contained in:
Дилян Палаузов
2022-12-05 19:47:43 +02:00
committed by GitHub
parent 54b2772df4
commit 2a5d6beb64
149 changed files with 196 additions and 196 deletions

View File

@@ -302,11 +302,11 @@ public class KM200DataHandler {
logger.info("state of: type systeminfo is not supported yet: {}", nodeRoot);
/* have to be completed */
break;
case DATA_TYPE_ARRAY_DATA: /* Check whether the type is a arrayData */
case DATA_TYPE_ARRAY_DATA: /* Check whether the type is an arrayData */
logger.info("state of: type arrayData is not supported yet: {}", nodeRoot);
/* have to be completed */
break;
case DATA_TYPE_E_MONITORING_LIST: /* Check whether the type is a eMonitoringList */
case DATA_TYPE_E_MONITORING_LIST: /* Check whether the type is an eMonitoringList */
logger.info("state of: type eMonitoringList is not supported yet: {}", nodeRoot);
/* have to be completed */
break;
@@ -506,7 +506,7 @@ public class KM200DataHandler {
/* A switchProgram as NumberItem is always virtual */
newObject = sendVirtualState(object, service, command, itemType);
} else if (DATA_TYPE_ERROR_LIST.equals(type) && object.getVirtual() == 1) {
/* A errorList as NumberItem is always virtual */
/* An errorList as NumberItem is always virtual */
newObject = sendVirtualState(object, service, command, itemType);
} else {
logger.info("Not supported type for numberItem: {}", type);

View File

@@ -112,7 +112,7 @@ public class KM200ErrorServiceHandler {
}
/**
* This function returns a error string with all parameters
* This function returns an error string with all parameters
*/
public @Nullable String getErrorString() {
String value = "";