diff options
Diffstat (limited to 'src/integrationtest/org')
-rw-r--r-- | src/integrationtest/org/apache/poi/stress/HeapDump.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/HeapDump.java b/src/integrationtest/org/apache/poi/stress/HeapDump.java index 098230cad1..7928975f56 100644 --- a/src/integrationtest/org/apache/poi/stress/HeapDump.java +++ b/src/integrationtest/org/apache/poi/stress/HeapDump.java @@ -22,7 +22,6 @@ import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import com.sun.management.HotSpotDiagnosticMXBean; -import org.apache.poi.ss.formula.eval.NotImplementedException; import org.apache.poi.util.SuppressForbidden; @SuppressForbidden("class only exists for manual tests in XSSFFileHandler") @@ -95,4 +94,4 @@ public class HeapDump { Method dumpHeap = hotspotMBean.getClass().getMethod("dumpHeap", String.class, boolean.class); dumpHeap.invoke(hotspotMBean, fileName, live); } -}
\ No newline at end of file +} |