Unused "import".

This commit is contained in:
Gilles 2016-05-17 19:25:58 +02:00
parent ade7e6d96f
commit db78a70f19
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
package org.apache.commons.math4.random;
import org.apache.commons.math4.random.JDKRandomGenerator;
import org.apache.commons.math4.rng.UniformRandomProvider;
import org.apache.commons.math4.rng.RandomSource;
import org.apache.commons.math4.stat.StatUtils;