Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jan 11, 2024
1 parent 1b7e90e commit e2a3a4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public static class Builder {
* e.g. if you provide "/1/0/1" and "/3/0/15" as path
*
* <pre>
* {@code
* // valid
* t1 => {
* "/1/0/1" => LwM2mResource
Expand All @@ -143,6 +144,7 @@ public static class Builder {
* "/3/0/1" => LwM2mResource
* "/3/0/15" => LwM2mResource
* }
* }
* </pre>
*
* @param paths list of allowed {@link LwM2mPath}
Expand Down

0 comments on commit e2a3a4b

Please sign in to comment.