Skip to content

Commit

Permalink
Remove warning as the limitation does not exist anymore. (see #87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed May 23, 2019
1 parent 6971bf2 commit b57fb4d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ public LeshanClientBuilder setLocalAddress(String hostname, int port) {
/**
* <p>
* Sets the list of objects enablers
* </p>
* Warning : The Security ObjectEnabler should not contains 2 or more entries with the same identity. This is not a
* LWM2M specification constraint but an implementation limitation.
*/
public LeshanClientBuilder setObjects(List<? extends LwM2mObjectEnabler> objectEnablers) {
this.objectEnablers = objectEnablers;
Expand Down

0 comments on commit b57fb4d

Please sign in to comment.