You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/11/21 05:38:36 UTC

[dubbo-hessian-lite] 01/01: Remove toString calling

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git

commit a35a4e59ebc76721d936df3c01e1943e871729bd
Merge: bab558f ca45bf8
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sun Nov 21 13:38:28 2021 +0800

    Remove toString calling
    
    Remove toString calling

 .../java/com/alibaba/com/caucho/hessian/io/AbstractDeserializer.java  | 4 ++--
 .../com/alibaba/com/caucho/hessian/io/AbstractListDeserializer.java   | 2 +-
 .../com/alibaba/com/caucho/hessian/io/AbstractMapDeserializer.java    | 2 +-
 src/main/java/com/alibaba/com/caucho/hessian/io/Hessian2Input.java    | 2 +-
 src/main/java/com/alibaba/com/caucho/hessian/io/JavaDeserializer.java | 2 +-
 src/main/resources/DENY_CLASS                                         | 2 ++
 6 files changed, 8 insertions(+), 6 deletions(-)