提交 576dc64b 编写于 作者: C chengxiangwang

fix maven-checkstyle error

上级 5b561494
......@@ -17,7 +17,7 @@
package org.apache.rocketmq.snode.exception;
public class MqttConnectException extends RuntimeException{
public class MqttConnectException extends RuntimeException {
public MqttConnectException(String message) {
super(message);
......
......@@ -151,7 +151,6 @@ public class MqttConnectMessageHandler implements MessageHandler {
}
private boolean authorized(String username, String password) {
//TODO
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册