提交 7376e042 编写于 作者: K kimi

DUBBO-454 支持字节流泛化调用

上级 edbb49e6
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册