Shoothzj commented on a change in pull request #13715:
URL: https://github.com/apache/pulsar/pull/13715#discussion_r783600790
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/OwnershipCache.java
##########
@@ -177,7 +177,7 @@ public boolean checkOwnership(NamespaceBundle bundle) {
}
/**
- * Method to get the current owner of the <code>ServiceUnit</code> or set
the local broker as the owner if absent.
+ * Method to get the current owner of the <code>NamespaceBundle</code> or
set the local broker as the owner if absent.
Review comment:
```suggestion
* Method to get the current owner of the <code>NamespaceBundle</code>
* or set the local broker as the owner if absent.
```
line is more than 120
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]