This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 382db59a6f3 Fix javadoc (#30103)
382db59a6f3 is described below
commit 382db59a6f34b189bc79923f121af1c1dd91cda9
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Feb 13 13:45:32 2024 +0800
Fix javadoc (#30103)
---
.../infra/metadata/database/schema/builder/SystemSchemaBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/SystemSchemaBuilder.java
b/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/SystemSchemaBuilder.java
index 085434244c2..ac98511e526 100644
---
a/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/SystemSchemaBuilder.java
+++
b/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/SystemSchemaBuilder.java
@@ -51,7 +51,7 @@ public final class SystemSchemaBuilder {
*
* @param databaseName database name
* @param databaseType database type
- * @param props configuration properties
+ * @param props configuration properties
* @return ShardingSphere system schema map
*/
public static Map<String, ShardingSphereSchema> build(final String
databaseName, final DatabaseType databaseType, final ConfigurationProperties
props) {