From cc21b7c3059a6a1a42e69dccb2ad09893d315b5c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 13 Nov 2020 18:02:41 +0000 Subject: remove stray import git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883394 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/org/apache/poi/stress/HeapDump.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/integrationtest/org/apache') 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 +} -- cgit v1.2.3