You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2023/01/28 21:58:47 UTC

[datasketches-cpp] branch master updated: Remove spurious @param

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new c45f9c8  Remove spurious @param
     new 596cbb7  Merge pull request #341 from jbapple/absHllArr
c45f9c8 is described below

commit c45f9c8c37bf637c57cacc5ed70276f1d35df74b
Author: Jim Apple <jb...@example.com>
AuthorDate: Sat Jan 28 12:00:13 2023 -0800

    Remove spurious @param
---
 hll/include/HllArray-internal.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hll/include/HllArray-internal.hpp b/hll/include/HllArray-internal.hpp
index 92524fb..7bf967b 100644
--- a/hll/include/HllArray-internal.hpp
+++ b/hll/include/HllArray-internal.hpp
@@ -369,7 +369,6 @@ double HllArray<A>::getUpperBound(uint8_t numStdDev) const {
 /**
  * This is the (non-HIP) estimator.
  * It is called "composite" because multiple estimators are pasted together.
- * @param absHllArr an instance of the AbstractHllArray class.
  * @return the composite estimate
  */
 // Original C: again-two-registers.c hhb_get_composite_estimate L1489


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org