Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
strongduanmu committed Dec 11, 2024
1 parent de931a0 commit bbc75db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public final class MetaDataLoader {
* @throws SQLException SQL exception
*/
public static Map<String, SchemaMetaData> load(final Collection<MetaDataLoaderMaterial> materials) throws SQLException {
long start = System.currentTimeMillis();
Map<String, SchemaMetaData> result = new LinkedHashMap<>(materials.size(), 1F);
Collection<Future<Collection<SchemaMetaData>>> futures = new LinkedList<>();
for (MetaDataLoaderMaterial each : materials) {
Expand Down

0 comments on commit bbc75db

Please sign in to comment.