Skip to content

Commit

Permalink
[代码优化](v2.6):代码生成同步功能去除异步
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Nov 15, 2020
1 parent f413aea commit 7b6f5af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public interface GeneratorService {
* @param columnInfos /
* @param columnInfoList /
*/
@Async
void sync(List<ColumnInfo> columnInfos, List<ColumnInfo> columnInfoList);

/**
Expand Down

0 comments on commit 7b6f5af

Please sign in to comment.