You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/06/19 23:02:04 UTC

[dubbo] branch master updated (041a6ad -> 81e61cc)

This is an automated email from the ASF dual-hosted git repository.

huxing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 041a6ad  [Dubbo-4323]fix use AtomicInteger instead of volatile to inc (#4324)
     add 81e61cc  remove unnecessary null check  before instance of (#4321)

No new revisions were added by this update.

Summary of changes:
 .../apache/dubbo/common/beanutil/JavaBeanSerializeUtil.java    |  4 ++--
 .../src/main/java/org/apache/dubbo/common/json/JSONArray.java  | 10 +++++-----
 .../src/main/java/org/apache/dubbo/common/json/JSONObject.java | 10 +++++-----
 .../apache/dubbo/registry/support/ProviderInvokerWrapper.java  |  2 +-
 .../org/apache/dubbo/remoting/transport/netty/NettyHelper.java |  2 +-
 .../dubbo/rpc/protocol/dubbo/decode/DubboTelnetDecodeTest.java |  2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)