Skip to content

Commit d854f55

Browse files
committed
Fixed comment with generic, looks like html tag
1 parent f738e64 commit d854f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ public static void testFunctionInfo() {
804804
* This test is meant to validate that the license checks documented match those enforced.
805805
* The expectations are set in the test class using a method with this signature:
806806
* <code>
807-
* public static License.OperationMode licenseRequirement(List<DataType> fieldTypes);
807+
* public static License.OperationMode licenseRequirement(List&lt;DataType&gt; fieldTypes);
808808
* </code>
809809
* License enforcement in the function class is achieved using the interface <code>LicenseAware</code>.
810810
* This test will make sure the two are in agreement, and does not require that the function class actually

0 commit comments

Comments
 (0)