mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-17 17:16:56 +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);
|
||||
if (columns.isEmpty()) {
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user