Skip to content

Commit

Permalink
actually fix
Browse files Browse the repository at this point in the history
  • Loading branch information
A Dropboxer committed Feb 26, 2020
1 parent 6a5dd7a commit 1158528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public long getOriginalCount() {
*/
@Override
public long getSampleCount() {
int count = 0;
long count = 0;
for (Integer binSamples : map.values()) {
count += binSamples;
}
Expand Down

0 comments on commit 1158528

Please sign in to comment.