Skip to content

Commit faf1479

Browse files
authored
Update Example.java
1 parent 7025e24 commit faf1479

File tree

1 file changed

+2
-2
lines changed
  • ext/native/NativeC/src/org/moeaframework/benchmark

1 file changed

+2
-2
lines changed

ext/native/NativeC/src/org/moeaframework/benchmark/Example.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.moeaframework.benchmark;
22

33
import org.moeaframework.algorithm.NSGAII;
4-
import org.moeaframework.core.Problem;
4+
import org.moeaframework.problem.Problem;
55

66
public class Example {
77

@@ -13,4 +13,4 @@ public static void main(String[] args) throws Exception {
1313
}
1414
}
1515

16-
}
16+
}

0 commit comments

Comments
 (0)