Skip to content

Commit 5c3b845

Browse files
committed
Fix Javadoc warning.
1 parent 5d531c2 commit 5c3b845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/datasketches/theta/Sketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static Sketch heapify(final MemorySegment srcSeg, final long expectedSeed
122122
* This is actually faster and consumes less overall space.</p>
123123
*
124124
* <p>This method checks if the
125-
* <a href="{@docRoot}/resources/dictionary.html#defaultUpdateSeed">Default Update Seed</a></p>
125+
* <a href="{@docRoot}/resources/dictionary.html#defaultUpdateSeed">Default Update Seed</a>
126126
* was used to create the source MemorySegment image.</p>
127127
*
128128
* @param srcSeg a MemorySegment with an image of a Sketch.

0 commit comments

Comments
 (0)