You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "tuichenchuxin (via GitHub)" <gi...@apache.org> on 2023/06/20 07:56:11 UTC

[GitHub] [shardingsphere] tuichenchuxin commented on a diff in pull request #26416: Fixes #26162 .

tuichenchuxin commented on code in PR #26416:
URL: https://github.com/apache/shardingsphere/pull/26416#discussion_r1234883770


##########
infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/SystemSchemaBuilderRule.java:
##########
@@ -131,7 +132,7 @@ public enum SystemSchemaBuilderRule {
      * Value of builder rule.
      *
      * @param databaseType database type
-     * @param schema schema
+     * @param schema       schema

Review Comment:
   This appears to be an inadvertent modification



##########
infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/SystemSchemaBuilderRule.java:
##########
@@ -144,7 +145,7 @@ public static SystemSchemaBuilderRule valueOf(final String databaseType, final S
     /**
      * Judge whether current table is system table or not.
      *
-     * @param schema schema
+     * @param schema    schema

Review Comment:
   This appears to be an inadvertent modification



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org