Skip to content

Commit

Permalink
#1806 added missing param javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Nov 30, 2023
1 parent f382ce5 commit ad8c203
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ public static SudoCountThings of(@Nullable final String filter, final DittoHeade
/**
* Returns a new instance of {@code SudoCountThings}.
*
* @param filter the optional filter string
* @param filter the optional filter string.
* @param namespaces the namespaces to perform the count in.
* @param dittoHeaders the headers of the command.
* @return a new command for counting Things.
* @throws NullPointerException if {@code dittoHeaders} is {@code null}.
Expand Down

0 comments on commit ad8c203

Please sign in to comment.