Skip to content

Commit

Permalink
DUBBO-454 支持字节流泛化调用
Browse files Browse the repository at this point in the history
  • Loading branch information
kimi committed Jul 19, 2012
1 parent edbb49e commit 7376e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void setInit(Boolean init) {

@Parameter(excluded = true)
public Boolean isGeneric() {
return getGeneric() == null ? null : ProtocolUtils.isGeneric(getGeneric());
return ProtocolUtils.isGeneric(generic);
}

public void setGeneric(Boolean generic) {
Expand Down

0 comments on commit 7376e04

Please sign in to comment.