提交 96a94188 编写于 作者: H huangdx0726 提交者: Ali Ahmed

[Issue 5575] fix typo in BrokersBase file (#5596)

* support mongodb connector

* fix typo

* revert
上级 f2ee3fa6
......@@ -103,7 +103,7 @@ public class BrokersBase extends AdminResource {
@ApiResponses(value = {
@ApiResponse(code = 403, message = "Don't have admin permission"),
@ApiResponse(code = 404, message = "Cluster doesn't exist") })
public Map<String, NamespaceOwnershipStatus> getOwnedNamespaes(@PathParam("clusterName") String cluster,
public Map<String, NamespaceOwnershipStatus> getOwnedNamespaces(@PathParam("clusterName") String cluster,
@PathParam("broker-webserviceurl") String broker) throws Exception {
validateSuperUserAccess();
validateClusterOwnership(cluster);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册