Skip to content

Commit e7ad3c9

Browse files
committed
Renamed class to DListPerformance
1 parent 6bd3967 commit e7ad3c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

performance/src/main/java/main/Main.java renamed to performance/src/main/java/fj/data/DListPerformance.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* To change this template file, choose Tools | Templates
44
* and open the template in the editor.
55
*/
6-
package main;
6+
package fj.data;
77

88
import fj.data.DList;
99
import fj.data.List;
@@ -14,7 +14,7 @@
1414
*
1515
* @author clintonselke
1616
*/
17-
public class Main {
17+
public class DListPerformance {
1818

1919
private interface BenchmarkMethods<C> {
2020
C range(int from, int to);

0 commit comments

Comments
 (0)