mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 11:40:01 +08:00
Fix the checkstyle warning
This commit is contained in:
@@ -82,9 +82,9 @@ public class RMQConfigure {
|
||||
logger.info("setNameSrvAddrByProperty nameSrvAddr={}", namesrvAddr);
|
||||
}
|
||||
}
|
||||
public boolean isACLEnabled(){
|
||||
return !(StringUtils.isAnyBlank(this.accessKey, this.secretKey)||
|
||||
StringUtils.isAnyEmpty(this.accessKey, this.secretKey));
|
||||
public boolean isACLEnabled() {
|
||||
return !(StringUtils.isAnyBlank(this.accessKey, this.secretKey) ||
|
||||
StringUtils.isAnyEmpty(this.accessKey, this.secretKey));
|
||||
}
|
||||
public String getRocketMqConsoleDataPath() {
|
||||
return dataPath;
|
||||
|
Reference in New Issue
Block a user