fix: code checkstyle
This commit is contained in:
parent
203b2951fd
commit
5e20d81707
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue