Commit de0b96ade0dfa307c6fddea5ca446dc1be10482f

Authored by nickAS21
Committed by Andrew Shvayka
1 parent 00cadc68

Lwm2m: back: test bug git3

... ... @@ -741,7 +741,12 @@ public class LwM2MTransportServiceImpl implements LwM2MTransportService {
741 741 (String) this.converter.convertValue(resourceValue.getResourceValue(), this.context.getCtxServer().getResourceModelType(lwM2MClient.getRegistration(), pathIds), ResourceModel.Type.STRING, pathIds);
742 742 }
743 743
744   -
  744 + /**
  745 + *
  746 + * @param lwM2MClient -
  747 + * @param pathIds -
  748 + * @return - return value of Resource by idPath
  749 + */
745 750 private ResourceValue returnResourceValueFromLwM2MClient(LwM2MClient lwM2MClient, LwM2mPath pathIds) {
746 751 ResourceValue resourceValue = null;
747 752 if (pathIds.isResource()) {
... ...