Skip to content

Commit 584820d

Browse files
committed
Updated some names in comments that were missed.
1 parent 1acfe94 commit 584820d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/org/apache/datasketches/quantiles/QuantilesDoublesUnion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.apache.datasketches.common.MemorySegmentStatus;
2626

2727
/**
28-
* The API for Union operations for quantiles DoublesSketches
28+
* The API for Union operations for QuantilesDoublesSketches
2929
*
3030
* @author Lee Rhodes
3131
*/

src/main/java/org/apache/datasketches/quantiles/QuantilesItemsUnion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.apache.datasketches.common.ArrayOfItemsSerDe;
2929

3030
/**
31-
* The API for Union operations for generic ItemsSketches
31+
* The API for Union operations for generic QuantilesItemsSketches
3232
*
3333
* @param <T> The sketch item data type.
3434
*

src/main/java/org/apache/datasketches/quantiles/UpdatableQuantilesDoublesSketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.apache.datasketches.common.MemorySegmentRequest;
2525

2626
/**
27-
* Extends DoubleSketch
27+
* Extends QuantilesDoubleSketch
2828
* @author Jon Malkin
2929
*/
3030
public abstract class UpdatableQuantilesDoublesSketch extends QuantilesDoublesSketch {

0 commit comments

Comments
 (0)