Skip to content

Commit e2b913c

Browse files
committed
Update annotation
1 parent e8fe0dc commit e2b913c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/geoip-enterprise-downloader/src/main/java/org/elasticsearch/xpack/geoip/EnterpriseGeoIpDownloaderLicenseListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.elasticsearch.cluster.metadata.ProjectId;
2222
import org.elasticsearch.cluster.project.ProjectResolver;
2323
import org.elasticsearch.cluster.service.ClusterService;
24-
import org.elasticsearch.core.FixForMultiProject;
24+
import org.elasticsearch.core.NotMultiProjectCapable;
2525
import org.elasticsearch.ingest.EnterpriseGeoIpTask.EnterpriseGeoIpTaskParams;
2626
import org.elasticsearch.license.License;
2727
import org.elasticsearch.license.LicenseStateListener;
@@ -82,7 +82,7 @@ void listenForLicenseStateChanges() {
8282
licenseState.addListener(this);
8383
}
8484

85-
@FixForMultiProject(description = "Replace DEFAULT project after license is project-aware")
85+
@NotMultiProjectCapable(description = "Replace DEFAULT project after enterprise license is supported in serverless and project-aware")
8686
@Override
8787
public void licenseStateChanged() {
8888
licenseIsValid.put(ProjectId.DEFAULT, ENTERPRISE_GEOIP_FEATURE.checkWithoutTracking(licenseState));

0 commit comments

Comments
 (0)