Skip to content

Commit

Permalink
#330 修正 CFNullable 包
Browse files Browse the repository at this point in the history
  • Loading branch information
YangJodie committed Jan 10, 2014
1 parent 948cbe8 commit 80a3d61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import com.alibaba.rocketmq.remoting.CommandCustomHeader;
import com.alibaba.rocketmq.remoting.annotation.CFNotNull;
import com.alibaba.rocketmq.remoting.annotation.CFNullable;
import com.alibaba.rocketmq.remoting.exception.RemotingCommandException;
import com.sun.istack.internal.Nullable;


/**
Expand All @@ -17,7 +17,7 @@ public class GetConsumerStatusRequestHeader implements CommandCustomHeader {
private String topic;
@CFNotNull
private String group;
@Nullable
@CFNullable
private String clientAddr;


Expand Down

0 comments on commit 80a3d61

Please sign in to comment.