You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/08/27 12:54:08 UTC

[shardingsphere] branch master updated: Fixed incorrect words in example comments (#12063)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 308d3a6  Fixed incorrect words in example comments (#12063)
308d3a6 is described below

commit 308d3a6ed8629ab4b8048cb86e26366cb3d8f06f
Author: LiaoWenxing <vi...@163.com>
AuthorDate: Fri Aug 27 20:53:39 2021 +0800

    Fixed incorrect words in example comments (#12063)
---
 .../transaction/base/seata/raw/jdbc/TransactionBaseSeataRawExample.java | 2 +-
 .../transaction/base/seata/raw/jdbc/SeataATOrderServiceTest.java        | 2 +-
 .../base/seata/spring/boot/TransactionBaseSeataSpringBootExample.java   | 2 +-
 .../transaction/base/seata/spring/boot/SeataATOrderServiceTest.java     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/TransactionBaseSeataRawExample.java b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/TransactionBaseSeataRawExample.java
index 59f02ba..f3e21a0 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/TransactionBaseSeataRawExample.java
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/TransactionBaseSeataRawExample.java
@@ -26,7 +26,7 @@ import java.sql.SQLException;
  2. startup seata-server-1.0.0 (https://github.com/seata/seata/releases)
  make sure:
  - registry.type = "file"
- - config.ype = "file"
+ - config.type = "file"
  - service.vgroup_mapping.my_test_tx_group = "default"
  */
 public final class TransactionBaseSeataRawExample {
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/SeataATOrderServiceTest.java b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/SeataATOrderServiceTest.java
index 0f93444..5609dc0 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/SeataATOrderServiceTest.java
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/raw/jdbc/SeataATOrderServiceTest.java
@@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat;
  2. startup seata-server-1.0.0 (https://github.com/seata/seata/releases)
      make sure:
      - registry.type = "file"
-     - config.ype = "file"
+     - config.type = "file"
      - service.vgroup_mapping.my_test_tx_group = "default"
  */
 @Ignore
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/TransactionBaseSeataSpringBootExample.java b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/TransactionBaseSeataSpringBootExample.java
index 6b9e043..b1e5b26 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/TransactionBaseSeataSpringBootExample.java
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/main/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/TransactionBaseSeataSpringBootExample.java
@@ -30,7 +30,7 @@ import javax.annotation.PostConstruct;
  2. startup seata-server-1.0.0 (https://github.com/seata/seata/releases)
  make sure:
  - registry.type = "file"
- - config.ype = "file"
+ - config.type = "file"
  - service.vgroup_mapping.my_test_tx_group = "default"
  */
 @SpringBootApplication
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/SeataATOrderServiceTest.java b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/SeataATOrderServiceTest.java
index 36fd3e8..dfc422a 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/SeataATOrderServiceTest.java
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/src/test/java/org/apache/shardingsphere/example/transaction/base/seata/spring/boot/SeataATOrderServiceTest.java
@@ -39,7 +39,7 @@ import static org.junit.Assert.assertThat;
   2. startup seata-server-1.0.0 (https://github.com/seata/seata/releases)
      make sure:
      - registry.type = "file"
-     - config.ype = "file"
+     - config.type = "file"
      - service.vgroup_mapping.my_test_tx_group = "default"
  */
 @Ignore