AlbumenJ commented on code in PR #514:
URL: https://github.com/apache/dubbo-samples/pull/514#discussion_r962108377


##########
dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/GrpcServers.java:
##########
@@ -0,0 +1,28 @@
+package org.apache.dubbo.sample.tri;

Review Comment:
   Add asf license header



##########
dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/GrpcServers.java:
##########
@@ -0,0 +1,28 @@
+package org.apache.dubbo.sample.tri;
+
+import io.grpc.Server;
+import io.grpc.ServerBuilder;
+import org.apache.dubbo.sample.tri.interop.client.GrpcGreeterImpl;
+
+import java.io.IOException;
+
+/**
+ * @author owen.cai
+ * @create_date 2022/9/2
+ * @alter_author
+ * @alter_date

Review Comment:
   remove these tags pls



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to