Changeset 7728
- Timestamp:
- Jun 14, 2019, 12:58:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/test/TestExcelFunctions.java
r7678 r7728 79 79 { 80 80 OutputStream out = null; 81 Workbook workbook = null; 81 82 try 82 83 { 83 Workbook workbook = null;84 84 if (inFile != null) 85 85 { … … 169 169 finally 170 170 { 171 FileUtil.close(workbook); 171 172 FileUtil.close(out); 172 173 }
Note: See TracChangeset
for help on using the changeset viewer.