compareDouble, not comparDouble

This commit is contained in:
AlgorithmX2
2014-08-05 21:05:54 -05:00
parent 61d79a804f
commit 12ec82d1b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ public class ItemSorters
return 1;
}
public static int comparDouble(double a, double b)
public static int compareDouble(double a, double b)
{
if ( a == b )
return 0;