Skip to content

Commit

Permalink
[FLINK-29668][Gelly] Remove last reference of Gelly
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Oct 18, 2022
1 parent 2a26873 commit 5c42037
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ public TupleSummaryAggregator<R> reduce(
*
* @return A ChecksumHashCode that represents the count and checksum of elements in the data
* set.
* @deprecated replaced with {@code org.apache.flink.graph.asm.dataset.ChecksumHashCode} in
* Gelly
* @deprecated replaced with {@code org.apache.flink.api.java.ChecksumHashCode}
*/
@Deprecated
public static <T> Utils.ChecksumHashCode checksumHashCode(DataSet<T> input) throws Exception {
Expand Down

0 comments on commit 5c42037

Please sign in to comment.