kimmking commented on a change in pull request #4823: Fix #4785 check uniformed 
with all actual tables' meta data in once when loading them
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4823#discussion_r394196578
 
 

 ##########
 File path: 
sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/metadata/ShardingMetaDataLoader.java
 ##########
 @@ -30,12 +30,8 @@
 
 import javax.sql.DataSource;
 import java.sql.SQLException;
-import java.util.Collections;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
+import java.util.*;
 
 Review comment:
   star import is not allowed.
   you can use `mvn install` to check all code style.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to