Skip to content

Commit 3c27db8

Browse files
committed
Remove unused import
1 parent 4ad86ec commit 3c27db8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.classpath

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
<attribute name="maven.pomderived" value="true"/>
2525
</attributes>
2626
</classpathentry>
27-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-18">
27+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
2828
<attributes>
29-
<attribute name="module" value="true"/>
3029
<attribute name="maven.pomderived" value="true"/>
3130
</attributes>
3231
</classpathentry>

src/main/java/org/moeaframework/algorithm/pisa/State.java

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
import java.io.IOException;
2525
import java.io.PrintWriter;
2626

27-
import org.moeaframework.core.Settings;
28-
2927
/**
3028
* Reads and writes PISA state files.
3129
*/

0 commit comments

Comments
 (0)