[HER-1814] remove dependency on apache commons-pool/GenericObjectPool

* WriterPoolMember.java
    fix ops broken by removal of checkSize at preWriteRecordTasks -- still create if out == null
This commit is contained in:
gojomo
2010-08-26 21:19:56 +00:00
parent 8d1083922d
commit 790469280e
@@ -352,6 +352,9 @@ public abstract class WriterPoolMember implements ArchiveFileConstants {
*/
protected void preWriteRecordTasks()
throws IOException {
if (this.out == null) {
createFile();
}
if (this.compressed) {
// Wrap stream in GZIP Writer.
// The below construction immediately writes the GZIP 'default'