提交 22a7c40d 编写于 作者: K kimi

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

上级 b6963be4
......@@ -80,7 +80,7 @@ public abstract class AbstractReferenceConfig extends AbstractInterfaceConfig {
@Parameter(excluded = true)
public Boolean isGeneric() {
return ProtocolUtils.isGeneric(generic);
return getGeneric() == null ? null : ProtocolUtils.isGeneric(getGeneric());
}
public void setGeneric(Boolean generic) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册