Skip to content

Commit

Permalink
fixed files form Math #75
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent 322ee21 commit 3083078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public long getCount(char v) {
*/
@Deprecated
public double getPct(Object v) {
return getCumPct((Comparable<?>) v);
return getPct((Comparable<?>) v);
}

/**
Expand Down

0 comments on commit 3083078

Please sign in to comment.