Skip to content

Commit

Permalink
Merge pull request #95 from fangyincheng/master
Browse files Browse the repository at this point in the history
Fix:fix bug
  • Loading branch information
wongoo authored Jul 4, 2019
2 parents 11953ac + 6b1d5c3 commit 69f10c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions list.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func init() {
listTypeNameMapper.Store("float64", "[double")
listTypeNameMapper.Store("bool", "[boolean")
listTypeNameMapper.Store("time.Time", "[date")
listTypeNameMapper.Store("java_exception.Throwabler", "[java.lang.Throwable")

listTypeNameMapper.Store("hessian.Object", "[object")
}
Expand Down

0 comments on commit 69f10c7

Please sign in to comment.