Typos a/an (#13846)
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user