Skip to content

Commit

Permalink
📝 fixed javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: dseurotech <[email protected]>
  • Loading branch information
dseurotech committed Dec 18, 2024
1 parent 6fb69bd commit 43061c3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public class DataChannels extends AbstractKapuaResource {
*
* @param scopeId
* The {@link ScopeId} in which to search results.
* @param clientId
* The client id to filter results.
* @param clientIds
* The client id(s) to filter results.
* @param name
* The channel name to filter results. It allows '#' wildcard in last channel level
* @param sortParam
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public class DataClients extends AbstractKapuaResource {
*
* @param scopeId
* The {@link ScopeId} in which to search results.
* @param clientId
* The client id to filter results
* @param clientIds
* The client id(s) to filter results.
* @param offset
* The result set offset.
* @param limit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public class DataMessages extends AbstractKapuaResource {
*
* @param scopeId
* The {@link ScopeId} in which to search results.
* @param clientId
* The client id to filter results.
* @param clientIds
* The client id(s) to filter results.
* @param channel
* The channel id to filter results. It allows '#' wildcard in last channel level.
* @param strictChannel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public class DataMessagesJson extends AbstractKapuaResource implements JsonSeria
*
* @param scopeId
* The {@link ScopeId} in which to search results.
* @param clientId
* The client id to filter results.
* @param clientIds
* The client id(s) to filter results.
* @param channel
* The channel id to filter results. It allows '#' wildcard in last channel level.
* @param strictChannel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public class DataMetrics extends AbstractKapuaResource {
*
* @param scopeId
* The {@link ScopeId} in which to search results.
* @param clientId
* The client id to filter results.
* @param clientIds
* The client id(s) to filter results.
* @param channel
* The channel id to filter results. It allows '#' wildcard in last channel level
* @param name
Expand Down

0 comments on commit 43061c3

Please sign in to comment.