Skip to content

Commit 2c21579

Browse files
author
Lee Rhodes
committed
Fix Javadoc warning
1 parent 8e18aff commit 2c21579

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/main/java/com/yahoo/sketches/hll/HllSketch.java

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,13 @@ protected void setUpdateCallback(Fields.UpdateCallback updateCallback)
163163
{
164164
this.updateCallback = updateCallback;
165165
}
166-
167-
/** Helper methods that are potential extension points for children **/
168-
166+
167+
//Helper methods that are potential extension points for children
168+
169+
/**
170+
* The sum of the inverse powers of 2
171+
* @return the sum of the inverse powers of 2
172+
*/
169173
protected double inversePowerOf2Sum() {
170174
return HllUtils.computeInvPow2Sum(numBuckets(), fields.getBucketIterator());
171175
}

0 commit comments

Comments
 (0)