Skip to content

Commit 6f8fa67

Browse files
committed
Remove TODOs
1 parent db434d0 commit 6f8fa67

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractAggregationTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ protected static Iterable<Object[]> parameterSuppliersFromTypedDataWithDefaultCh
8686
* @param entirelyNullPreservesType See {@link #anyNullIsNull(boolean, List)}
8787
*/
8888
protected static Iterable<Object[]> parameterSuppliersFromTypedDataWithDefaultChecks(
89-
// TODO remove after removing parameterSuppliersFromTypedDataWithDefaultChecks rename this to that.
9089
List<TestCaseSupplier> suppliers,
9190
boolean entirelyNullPreservesType
9291
) {

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractScalarFunctionTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public abstract class AbstractScalarFunctionTestCase extends AbstractFunctionTes
6565
* @param entirelyNullPreservesType See {@link #anyNullIsNull(boolean, List)}
6666
*/
6767
protected static Iterable<Object[]> parameterSuppliersFromTypedDataWithDefaultChecks(
68-
// TODO remove after removing parameterSuppliersFromTypedDataWithDefaultChecks rename this to that.
6968
boolean entirelyNullPreservesType,
7069
List<TestCaseSupplier> suppliers
7170
) {

0 commit comments

Comments
 (0)