File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/header Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 2424import org .apache .rocketmq .common .action .RocketMQAction ;
2525import org .apache .rocketmq .common .resource .ResourceType ;
2626import org .apache .rocketmq .remoting .CommandCustomHeader ;
27- import org .apache .rocketmq .remoting .annotation .CFNotNull ;
2827import org .apache .rocketmq .remoting .exception .RemotingCommandException ;
2928import org .apache .rocketmq .remoting .protocol .RequestCode ;
3029
@@ -35,7 +34,6 @@ public class GetAllTopicConfigResponseHeader implements CommandCustomHeader {
3534 public void checkFields () throws RemotingCommandException {
3635 }
3736
38- @ CFNotNull
3937 private Integer totalTopicNum ;
4038
4139 public Integer getTotalTopicNum () {
You can’t perform that action at this time.
0 commit comments