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 2019/07/23 12:01:44 UTC

[GitHub] [dubbo-samples] chenyu2016 commented on a change in pull request #104: 新增了一个 使用 protosubff的demo 并解决了心跳问题

chenyu2016 commented on a change in pull request #104: 新增了一个 使用 protosubff的demo 并解决了心跳问题
URL: https://github.com/apache/dubbo-samples/pull/104#discussion_r306279006
 
 

 ##########
 File path: dubbo-samples-protosubff/dubbo-samples-protosubff-provider/src/main/java/org/dubbo/samples/protosubff/provider/service/UserService.java
 ##########
 @@ -0,0 +1,27 @@
+package org.dubbo.samples.protosubff.provider.service;
+
+import java.util.UUID;
+
+import org.apache.dubbo.config.annotation.Service;
+import org.dubbo.samples.protosubff.api.IUserService;
+import org.dubbo.samples.protosubff.domain.UserInfo;
+
+/**
 
 Review comment:
   Thank you very much for the fact that I have complied with the request and submitted it.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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