use ProtocolUtils.isGeneric judge generic type (#12876)
This commit is contained in:
parent
8fe122b08a
commit
1c48ba262c
|
|
@ -462,7 +462,7 @@ public class ReferenceConfig<T> extends ReferenceConfigBase<T> {
|
|||
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info("Referred dubbo service: [" + referenceParameters.get(INTERFACE_KEY) + "]." +
|
||||
(Boolean.parseBoolean(referenceParameters.get(GENERIC_KEY)) ?
|
||||
(ProtocolUtils.isGeneric(referenceParameters.get(GENERIC_KEY)) ?
|
||||
" it's GenericService reference" : " it's not GenericService reference"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue