You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/03/26 07:08:20 UTC

[incubator-dubbo-samples] branch master updated: move stub class into correct package

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new cebe80e  move stub class into correct package
cebe80e is described below

commit cebe80ed5c66d7d173780abe6c4f4a5fe4a24864
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Tue Mar 26 15:07:57 2019 +0800

    move stub class into correct package
---
 .../org/apache/dubbo/samples/stub/{impl => api}/DemoServiceStub.java  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dubbo-samples-stub/src/main/java/org/apache/dubbo/samples/stub/impl/DemoServiceStub.java b/dubbo-samples-stub/src/main/java/org/apache/dubbo/samples/stub/api/DemoServiceStub.java
similarity index 94%
rename from dubbo-samples-stub/src/main/java/org/apache/dubbo/samples/stub/impl/DemoServiceStub.java
rename to dubbo-samples-stub/src/main/java/org/apache/dubbo/samples/stub/api/DemoServiceStub.java
index 7860d0e..21d2cb7 100644
--- a/dubbo-samples-stub/src/main/java/org/apache/dubbo/samples/stub/impl/DemoServiceStub.java
+++ b/dubbo-samples-stub/src/main/java/org/apache/dubbo/samples/stub/api/DemoServiceStub.java
@@ -17,9 +17,7 @@
  *
  */
 
-package org.apache.dubbo.samples.stub.impl;
-
-import org.apache.dubbo.samples.stub.api.DemoService;
+package org.apache.dubbo.samples.stub.api;
 
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;


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