Commit 36905cb9 authored by Vu Duy Anh's avatar Vu Duy Anh

anhvd commit fix bug scenario import

parent ee4ad316
...@@ -240,7 +240,7 @@ public class ScenarioServiceImpl implements ScenarioService { ...@@ -240,7 +240,7 @@ public class ScenarioServiceImpl implements ScenarioService {
logger.error(e.getMessage()); logger.error(e.getMessage());
return null; return null;
}finally { }finally {
if (workbook != null) workbook.close(); //if (workbook != null) workbook.close();
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment