mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-17 09:12:40 +08:00
fix: code checkstyle
This commit is contained in:
@@ -54,7 +54,8 @@ public class JdbcTableMetaRepository implements TableMetaRepository {
|
|||||||
List<ColumnMeta> columns = columnMetaRepository.selectColumns(connection, tableCondition);
|
List<ColumnMeta> columns = columnMetaRepository.selectColumns(connection, tableCondition);
|
||||||
if (columns.isEmpty()) {
|
if (columns.isEmpty()) {
|
||||||
if (log.isWarnEnabled()) {
|
if (log.isWarnEnabled()) {
|
||||||
log.warn("ignored table: " + databaseName + "." + tableName + ", caused by get empty columns");
|
log.warn("ignored table: " + databaseName + "." + tableName
|
||||||
|
+ ", caused by get empty columns");
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user