You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/09/08 05:57:49 UTC

[GitHub] [dubbo-go-hessian2] skyao commented on a change in pull request #234: fix fields name mismatch in Duration class

skyao commented on a change in pull request #234:
URL: https://github.com/apache/dubbo-go-hessian2/pull/234#discussion_r484667183



##########
File path: java8_time/duration.go
##########
@@ -18,8 +18,8 @@
 package java8_time
 
 type Duration struct {
-	Second int64 `hessian:"second"`
-	Nano   int32 `hessian:"nano"`
+	Seconds int64 `hessian:"seconds"`

Review comment:
       This is NOT rename, but correct the wrong name to the correct one which java used.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org