提交 71657979 编写于 作者: S Serge Rider

Java8 deps removed

上级 c055e4a2
......@@ -100,7 +100,7 @@ public abstract class MySQLTableBase extends JDBCTable<MySQLDataSource, MySQLCat
return Collections.emptyList();
}
List<MySQLTableColumn> columns = new ArrayList<>(childColumns);
columns.sort(DBUtils.orderComparator());
Collections.sort(columns, DBUtils.orderComparator());
return columns;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册