From bug #47999 - avoid un-needed call to the JVM Garbage Collector when working on OOXML OPC Packages

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2009-10-16 13:37:13 +00:00
parent 7248029602
commit 78d725431c
2 changed files with 1 additions and 3 deletions

View File

@ -33,6 +33,7 @@
<changes>
<release version="3.6-beta1" date="2009-??-??">
<action dev="POI-DEVELOPERS" type="fix">47999 - avoid un-needed call to the JVM Garbage Collector when working on OOXML OPC Packages</action>
<action dev="POI-DEVELOPERS" type="add">47922 - added example HSMF application that converts a .msg file to text and extracts attachments</action>
<action dev="POI-DEVELOPERS" type="add">47903 - added Ant target to compile scratchpad examples</action>
<action dev="POI-DEVELOPERS" type="add">47839 - improved API for OOXML custom properties</action>

View File

@ -374,9 +374,6 @@ public abstract class OPCPackage implements RelationshipSource {
// Clear
this.contentTypeManager.clearAll();
// Call the garbage collector
Runtime.getRuntime().gc();
}
/**