Can be simplified with
```
if (value == null) {
value = getInternalProperty(key);
}
return value!=null? value:defaultValue;
```[ Full content available at: https://github.com/apache/incubator-dubbo/pull/3096 ] This message was relayed via gitbox.apache.org for [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
