提交 203cb30a 编写于 作者: S shtykh_roman

Trivial simplification of broker initialization by removing unnecessary assignment.

上级 08e70ee2
......@@ -188,9 +188,7 @@ public class BrokerController {
}
public boolean initialize() throws CloneNotSupportedException {
boolean result = true;
result = result && this.topicConfigManager.load();
boolean result = this.topicConfigManager.load();
result = result && this.consumerOffsetManager.load();
result = result && this.subscriptionGroupManager.load();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册