Skip to content

Commit 2bc1783

Browse files
authored
[ISSUE #10168] Fix GetAllTopicConfigResponseHeader compatibility issue (#10169)
1 parent 34648ed commit 2bc1783

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

remoting/src/main/java/org/apache/rocketmq/remoting/protocol/header/GetAllTopicConfigResponseHeader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import org.apache.rocketmq.common.action.RocketMQAction;
2525
import org.apache.rocketmq.common.resource.ResourceType;
2626
import org.apache.rocketmq.remoting.CommandCustomHeader;
27-
import org.apache.rocketmq.remoting.annotation.CFNotNull;
2827
import org.apache.rocketmq.remoting.exception.RemotingCommandException;
2928
import 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() {

0 commit comments

Comments
 (0)