Skip to content

Commit 31a31a7

Browse files
committed
Fix javadoc errors
1 parent 6e37847 commit 31a31a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/datasketches/common/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public static long floorPowerOf2(final long n) {
432432
}
433433

434434
/**
435-
* This is a long integer equivalent to <i>Math.ceil(n / (double)(1 << k))</i>
435+
* This is a long integer equivalent to <i>Math.ceil(n / (double)(1 &lt;&lt; k))</i>
436436
* where: <i>0 &lt; k &le; 6</i> and <i>n</i> is a non-negative long.
437437
* These limits are not checked for speed reasons.
438438
* @param n the input dividend as a positive long greater than zero.

src/main/java/org/apache/datasketches/hll/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
* arXiv 1708.06839, August 22, 2017, Yahoo Research.
148148
*
149149
* <p>[5] MemorySegment Component, See
150-
* <a href="https://openjdk.org/jeps/454"><i>JEP 454: Foreign Function & Memory API</i></a>
150+
* <a href="https://openjdk.org/jeps/454"><i>JEP 454: Foreign Function And Memory API</i></a>
151151
*
152152
* <p>[6] MacBook Pro 2.3 GHz 8-Core Intel Core i9
153153
*

0 commit comments

Comments
 (0)