]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: ResourceStore didn't close the RandomAccessFile and therefore couldn't close...
authorJeremias Maerki <jeremias@apache.org>
Wed, 30 Jul 2008 06:50:49 +0000 (06:50 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 30 Jul 2008 06:50:49 +0000 (06:50 +0000)
commitd71f26e615fb573e19786a8297959dbb0f5741ef
tree9b09a274ff82a32210ed37004397d11f701a0a6a
parentfd378f8734e995e649dda935105fdd72353083e0
Bugfix: ResourceStore didn't close the RandomAccessFile and therefore couldn't close the temporary file. Not even deleteOnExit() can help in that case.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@680923 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/afp/modca/resource/ResourceManager.java
src/java/org/apache/fop/render/afp/modca/resource/ResourceStore.java