From 4d498d1bdd0336fd503ed5d761b509d84575f0f2 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Thu, 10 Jan 2008 13:52:30 +0000 Subject: [PATCH] removed unneeded import clauses git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@610794 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math/stat/descriptive/SummaryStatisticsTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsTest.java b/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsTest.java index f63b44aa4..7921ce9af 100644 --- a/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsTest.java +++ b/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsTest.java @@ -18,7 +18,6 @@ package org.apache.commons.math.stat.descriptive; import junit.framework.Test; -import junit.framework.TestCase; import junit.framework.TestSuite; import org.apache.commons.math.stat.descriptive.moment.Mean;