You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractFunctionTestCase.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -804,7 +804,7 @@ public static void testFunctionInfo() {
804
804
* This test is meant to validate that the license checks documented match those enforced.
805
805
* The expectations are set in the test class using a method with this signature:
806
806
* <code>
807
-
* public static License.OperationMode licenseRequirement(List<DataType> fieldTypes);
807
+
* public static License.OperationMode licenseRequirement(List<DataType> fieldTypes);
808
808
* </code>
809
809
* License enforcement in the function class is achieved using the interface <code>LicenseAware</code>.
810
810
* This test will make sure the two are in agreement, and does not require that the function class actually
0 commit comments