Skip to content

Commit 4089df8

Browse files
committed
Revert "Add a note about multi-project changes"
This reverts commit 53b25b2.
1 parent 53b25b2 commit 4089df8

File tree

1 file changed

+0
-2
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Verifier.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
package org.elasticsearch.xpack.esql.analysis;
99

1010
import org.elasticsearch.common.settings.Settings;
11-
import org.elasticsearch.core.FixForMultiProject;
1211
import org.elasticsearch.license.XPackLicenseState;
1312
import org.elasticsearch.xpack.esql.LicenseAware;
1413
import org.elasticsearch.xpack.esql.capabilities.PostAnalysisPlanVerificationAware;
@@ -57,7 +56,6 @@
5756
* step does type resolution and fails queries based on invalid type expressions.
5857
*/
5958
public class Verifier {
60-
@FixForMultiProject(description = "The settings passed here will need to be per-project")
6159
public interface ExtraCheckers {
6260
/**
6361
* Build a list of checks to perform on the plan. Each one is called once per

0 commit comments

Comments
 (0)