Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardShan committed Nov 23, 2018
1 parent c026b39 commit 440fea6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ private File writeExcel(Set<Widget> widgets, String excelFilePath, User user) th
}

countDownLatch.await();
executorService.shutdown();

File file = new File(excelFilePath);
File dir = new File(file.getParent());
Expand Down

0 comments on commit 440fea6

Please sign in to comment.