We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd3967 commit e7ad3c9Copy full SHA for e7ad3c9
1 file changed
performance/src/main/java/main/Main.java …/main/java/fj/data/DListPerformance.javaperformance/src/main/java/main/Main.java renamed to performance/src/main/java/fj/data/DListPerformance.java
@@ -3,7 +3,7 @@
3
* To change this template file, choose Tools | Templates
4
* and open the template in the editor.
5
*/
6
-package main;
+package fj.data;
7
8
import fj.data.DList;
9
import fj.data.List;
@@ -14,7 +14,7 @@
14
*
15
* @author clintonselke
16
17
-public class Main {
+public class DListPerformance {
18
19
private interface BenchmarkMethods<C> {
20
C range(int from, int to);
0 commit comments