You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by do...@apache.org on 2021/05/10 05:38:31 UTC

[shardingsphere] branch master updated: Update javadoc of MariaDB DatabaseType (#10293)

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

dongzonglei 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 a5a8ea0  Update javadoc of MariaDB DatabaseType (#10293)
a5a8ea0 is described below

commit a5a8ea0c64500efb58d21e64cb0b84216679e047
Author: Liang Zhang <te...@163.com>
AuthorDate: Mon May 10 13:38:02 2021 +0800

    Update javadoc of MariaDB DatabaseType (#10293)
---
 .../shardingsphere/infra/database/type/dialect/MariaDBDatabaseType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/database/type/dialect/MariaDBDatabaseType.java b/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/database/type/dialect/MariaDBDatabaseType.java
index d8e2d96..7072629 100644
--- a/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/database/type/dialect/MariaDBDatabaseType.java
+++ b/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/database/type/dialect/MariaDBDatabaseType.java
@@ -27,7 +27,7 @@ import java.util.Collection;
 import java.util.Collections;
 
 /**
- * Database type of Mariadb.
+ * Database type of MariaDB.
  */
 public final class MariaDBDatabaseType implements BranchDatabaseType {