Skip to content

Commit

Permalink
#64: Organize imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Jul 6, 2017
1 parent 6c2ed5d commit 45a312e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
import org.jenetics.internal.util.array;
import org.jenetics.internal.util.bit;
import org.jenetics.internal.util.jaxb;
import org.jenetics.internal.util.reflect;
import org.jenetics.internal.util.require;

import org.jenetics.util.ISeq;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import static java.util.stream.Collectors.maxBy;

import java.util.Random;
import java.util.stream.IntStream;
import java.util.stream.Stream;

import org.jenetics.internal.util.Equality;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
package org.jenetics.stat;

import static org.jenetics.stat.DoubleMomentStatistics.toDoubleMomentStatistics;
import static org.jenetics.util.RandomRegistry.with;

import java.util.ArrayList;
import java.util.List;
Expand All @@ -31,8 +30,6 @@
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;

import org.jenetics.internal.math.DoubleAdder;

/**
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a>
*/
Expand Down
5 changes: 0 additions & 5 deletions org.jenetics/src/test/java/org/jenetics/util/IOTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
*/
package org.jenetics.util;

import static java.lang.String.format;

import java.io.IOException;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.IntStream;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
Expand Down

0 comments on commit 45a312e

Please sign in to comment.