|
@@ -160,7 +160,8 @@ public class DefaultLwM2MUplinkMsgHandler extends LwM2MExecutorAwareService impl |
|
@@ -160,7 +160,8 @@ public class DefaultLwM2MUplinkMsgHandler extends LwM2MExecutorAwareService impl |
160
|
LwM2mTransportContext context,
|
160
|
LwM2mTransportContext context,
|
161
|
TbLwM2MDtlsSessionStore sessionStore,
|
161
|
TbLwM2MDtlsSessionStore sessionStore,
|
162
|
LwM2mVersionedModelProvider modelProvider,
|
162
|
LwM2mVersionedModelProvider modelProvider,
|
163
|
- RegistrationStore registrationStore, TbLwM2mSecurityStore securityStore) {
|
163
|
+ RegistrationStore registrationStore,
|
|
|
164
|
+ TbLwM2mSecurityStore securityStore) {
|
164
|
this.transportService = transportService;
|
165
|
this.transportService = transportService;
|
165
|
this.sessionManager = sessionManager;
|
166
|
this.sessionManager = sessionManager;
|
166
|
this.attributesService = attributesService;
|
167
|
this.attributesService = attributesService;
|