Skip to content

Commit

Permalink
Fix some javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 30, 2021
1 parent 549a83d commit 50e9d02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -32,7 +32,8 @@
* <ul>
* <li>a {@link LwM2mNode}</li>
* <li>a time-stamped {@link LwM2mNode} (e.g. for historical representations)</li>
* <li>a list of {@link LwM2mNode} (e.g. for composite operation)</li>
* <li>a map of {@link LwM2mNode} (e.g. for composite operation)</li>
* <li>a list of {@link LwM2mPath} (e.g. for composite operation)</li>
* </ul>
*/
public interface LwM2mNodeDecoder {
Expand Down
Expand Up @@ -30,7 +30,8 @@
* <ul>
* <li>a {@link LwM2mNode}</li>
* <li>a time-stamped {@link LwM2mNode} (e.g. for historical representations)</li>
* <li>a list of {@link LwM2mNode} (e.g. for composite operation)</li>
* <li>a map of {@link LwM2mNode} (e.g. for composite operation)</li>
* <li>a list of {@link LwM2mPath} (e.g. for composite operation)</li>
* </ul>
*/
public interface LwM2mNodeEncoder {
Expand Down
Expand Up @@ -207,9 +207,7 @@ public LeshanServerBuilder setAuthorizer(Authorizer authorizer) {
* <p>
* Set your {@link LwM2mModelProvider} implementation.
* </p>
* By default the {@link StandardModelProvider} implementation is used which support all core objects for all
* devices.
*
* By default the {@link StandardModelProvider}.
*/
public LeshanServerBuilder setObjectModelProvider(LwM2mModelProvider objectModelProvider) {
this.modelProvider = objectModelProvider;
Expand Down

0 comments on commit 50e9d02

Please sign in to comment.