Cleanup of close methods.
Removed the doCloseWorkbook method in favor of the normal doClose method. The PoiItemReader now closes the InputStream and Workbook (for Apache POI >= 3.11)
This commit is contained in:
committed by
Michael Minella
parent
1b2e749bcd
commit
30ff7bb1cd
@@ -28,7 +28,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring.batch.version>3.0.3.RELEASE</spring.batch.version>
|
||||
<jxl.version>2.6.12</jxl.version>
|
||||
<poi.version>3.10.1</poi.version>
|
||||
<poi.version>3.11</poi.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user