zouyx commented on a change in pull request #96:
URL: https://github.com/apache/dubbo-go-samples/pull/96#discussion_r619731592



##########
File path: 
registry/servicediscovery/zookeeper/java-client/src/main/java/org/apache/dubbo/User.java
##########
@@ -0,0 +1,68 @@
+package org.apache.dubbo;

Review comment:
       add lisence

##########
File path: 
registry/servicediscovery/zookeeper/java-server/src/main/java/org/apache/dubbo/User.java
##########
@@ -0,0 +1,68 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: 
registry/servicediscovery/zookeeper/java-client/src/main/resources/spring/dubbo-consumer.xml
##########
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--

Review comment:
       lisence moves to line 1

##########
File path: 
registry/servicediscovery/zookeeper/java-server/src/main/java/org/apache/dubbo/UserProviderImpl.java
##########
@@ -0,0 +1,21 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: 
registry/servicediscovery/zookeeper/java-client/src/main/java/org/apache/dubbo/UserProvider.java
##########
@@ -0,0 +1,13 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: 
registry/servicediscovery/zookeeper/java-server/src/main/java/org/apache/dubbo/UserProvider.java
##########
@@ -0,0 +1,13 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: 
registry/servicediscovery/zookeeper/java-server/src/main/resources/spring/dubbo-provider.xml
##########
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--

Review comment:
       lisence moves to line 1




-- 
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:
[email protected]



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

Reply via email to