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

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


The following commit(s) were added to refs/heads/master by this push:
     new 631c78234 correct package path typo from 'dubo' to 'dubbo' (#1257)
631c78234 is described below

commit 631c78234156c8670f93e170671446def0163c3a
Author: MrSibe <[email protected]>
AuthorDate: Tue Nov 4 16:19:01 2025 +0800

    correct package path typo from 'dubo' to 'dubbo' (#1257)
    
    Co-authored-by: zrlw <[email protected]>
---
 .../java/org/apache/{dubo => dubbo}/sample/async/AsyncServiceIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/2-advanced/dubbo-samples-async/dubbo-samples-async-provider/src/test/java/org/apache/dubo/sample/async/AsyncServiceIT.java
 
b/2-advanced/dubbo-samples-async/dubbo-samples-async-provider/src/test/java/org/apache/dubbo/sample/async/AsyncServiceIT.java
similarity index 97%
rename from 
2-advanced/dubbo-samples-async/dubbo-samples-async-provider/src/test/java/org/apache/dubo/sample/async/AsyncServiceIT.java
rename to 
2-advanced/dubbo-samples-async/dubbo-samples-async-provider/src/test/java/org/apache/dubbo/sample/async/AsyncServiceIT.java
index f958bc26b..d15264675 100644
--- 
a/2-advanced/dubbo-samples-async/dubbo-samples-async-provider/src/test/java/org/apache/dubo/sample/async/AsyncServiceIT.java
+++ 
b/2-advanced/dubbo-samples-async/dubbo-samples-async-provider/src/test/java/org/apache/dubbo/sample/async/AsyncServiceIT.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.dubo.sample.async;
+package org.apache.dubbo.sample.async;
 
 import org.apache.dubbo.samples.async.api.AsyncService;
 


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

Reply via email to