diff --git a/java/src/main/java/ai/rapids/cudf/ColumnView.java b/java/src/main/java/ai/rapids/cudf/ColumnView.java index 6093fc94f20..1c4ba8598e6 100644 --- a/java/src/main/java/ai/rapids/cudf/ColumnView.java +++ b/java/src/main/java/ai/rapids/cudf/ColumnView.java @@ -2508,7 +2508,7 @@ public ColumnVector flattenLists() { * * The column must have rows that are lists of lists. * - * @param ignoreNull Whether to ignore null list elements of input columns from the operation, + * @param ignoreNull Whether to ignore null list elements in the input column from the operation, * or any row containing null list elements will result in a null output row * @return A new column vector containing the flattened result */