DUBBO-454 支持字节流泛化调用
This commit is contained in:
parent
edbb49e631
commit
7376e042e2
|
|
@ -80,7 +80,7 @@ public abstract class AbstractReferenceConfig extends AbstractInterfaceConfig {
|
|||
|
||||
@Parameter(excluded = true)
|
||||
public Boolean isGeneric() {
|
||||
return getGeneric() == null ? null : ProtocolUtils.isGeneric(getGeneric());
|
||||
return ProtocolUtils.isGeneric(generic);
|
||||
}
|
||||
|
||||
public void setGeneric(Boolean generic) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue