From 11bc47878c612e542d577af84bd655e81fec2632 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sat, 8 Sep 2012 22:56:11 +0000 Subject: [PATCH] Removed unused imports. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1382382 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/commons/math3/random/RandomDataImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java b/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java index 592fe0b72..548d251fb 100644 --- a/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java +++ b/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java @@ -24,8 +24,6 @@ import java.util.Collection; import org.apache.commons.math3.distribution.IntegerDistribution; import org.apache.commons.math3.distribution.RealDistribution; -import org.apache.commons.math3.exception.NotStrictlyPositiveException; -import org.apache.commons.math3.exception.MathIllegalArgumentException; /** * Generates random deviates and other random data using a {@link RandomGenerator}