[유치수] [NOBTS] bugfix histogram

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@929 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-11-27 07:50:41 +00:00
parent 5c2acde64a
commit d6ffaa2ed0
@@ -11,7 +11,7 @@ public class Histogram {
private int min = 0;
private int max = 0;
private int sampleCount = 0;
private int sampleCount = 1;
public Histogram(int resolution) {
this.resolution = resolution;