Lwm2m: backEnd: add Error securityConfig

This commit is contained in:
nickAS21 2020-12-26 23:09:35 +02:00
parent 9731fb614b
commit c5d82c2203
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,

View File

@ -218,7 +218,6 @@ public class LwM2mInMemorySecurityStore extends InMemorySecurityStore {
} }
/** /**
*
* @param deviceProfile * @param deviceProfile
*/ */
public boolean addUpdateProfileParameters(DeviceProfile deviceProfile) { public boolean addUpdateProfileParameters(DeviceProfile deviceProfile) {