null out the output stream when closed and check for this when writing to avoid the...
commit6aab6e614745ffe6630a453ab99ca15fd8037655
authorFrank Maritato <frankmarit@gmail.com>
Wed, 29 Sep 2010 00:55:09 +0000 (29 00:55 +0000)
committerFrank Maritato <frankmarit@gmail.com>
Wed, 29 Sep 2010 00:55:09 +0000 (29 00:55 +0000)
tree8da0f7bdc7c90865c71b43f8edcd9763844cdc5e
parentebf056412082a55087cea2e6895dddb9f2b83163
null out the output stream when closed and check for this when writing to avoid the write after close error

git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-journaller-java/trunk@576 a2f82657-cdd2-4550-bd36-68a8e7111808
src/main/java/org/lwes/journaller/handler/GZIPEventHandler.java
src/main/java/org/lwes/journaller/handler/SequenceFileHandler.java