Skip to content

Commit 84cde57

Browse files
author
Lee Rhodes
committed
Added missing @deprecated annotation
1 parent 1bbb426 commit 84cde57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sketches/src/main/java/com/yahoo/sketches/quantiles/DoublesUnionBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public static DoublesUnion wrap(final Memory mem) {
127127
* @return a DoublesUnion object
128128
* @deprecated changed name to heapify to more accuately reflect its intent
129129
*/
130+
@Deprecated
130131
public static DoublesUnion build(final DoublesSketch sketch) {
131132
return DoublesUnionImpl.heapifyInstance(sketch);
132133
}

0 commit comments

Comments
 (0)