Skip to content

Commit

Permalink
fix wording of javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCAI-mlv committed Jul 25, 2024
1 parent de7bd98 commit 04dcfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class TopicController extends NamespacedResourceController {
* List topics by namespace, filtered by name parameter.
*
* @param namespace The namespace
* @param name The name filter
* @param name The name parameter
* @return A list of topics
*/
@Get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public List<Topic> findAllForNamespace(Namespace namespace) {
}

/**
* Find all topics of a given namespace, filtered by given parameters.
* Find all topics of a given namespace, filtered by name parameter.
*
* @param namespace The namespace
* @param name The name filter
Expand Down

0 comments on commit 04dcfcb

Please sign in to comment.