We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34648ed commit 2bc1783Copy full SHA for 2bc1783
1 file changed
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/header/GetAllTopicConfigResponseHeader.java
@@ -24,7 +24,6 @@
24
import org.apache.rocketmq.common.action.RocketMQAction;
25
import org.apache.rocketmq.common.resource.ResourceType;
26
import org.apache.rocketmq.remoting.CommandCustomHeader;
27
-import org.apache.rocketmq.remoting.annotation.CFNotNull;
28
import org.apache.rocketmq.remoting.exception.RemotingCommandException;
29
import org.apache.rocketmq.remoting.protocol.RequestCode;
30
@@ -35,7 +34,6 @@ public class GetAllTopicConfigResponseHeader implements CommandCustomHeader {
35
34
public void checkFields() throws RemotingCommandException {
36
}
37
38
- @CFNotNull
39
private Integer totalTopicNum;
40
41
public Integer getTotalTopicNum() {
0 commit comments