Thanks for explaining this. but what I was saying is for line no 192, is instead of having `if (data != null && data.equals(Request.READONLY_EVENT))` we could simplify this by just having `if(Request.READONLY_EVENT.equals(data))`
[ Full content available at: https://github.com/apache/incubator-dubbo/pull/3043 ] This message was relayed via gitbox.apache.org for [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
