Skip to content

Commit 48c1447

Browse files
authored
Add o.e.a.a.cluster.coordination to exports from server (#92059)
Fixes the red squigglies in IntelliJ.
1 parent c0e624b commit 48c1447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/module-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
exports org.elasticsearch.action;
5454
exports org.elasticsearch.action.admin.cluster.allocation;
5555
exports org.elasticsearch.action.admin.cluster.configuration;
56+
exports org.elasticsearch.action.admin.cluster.coordination;
5657
exports org.elasticsearch.action.admin.cluster.desirednodes;
5758
exports org.elasticsearch.action.admin.cluster.health;
5859
exports org.elasticsearch.action.admin.cluster.migration;
@@ -281,7 +282,6 @@
281282
exports org.elasticsearch.monitor.os;
282283
exports org.elasticsearch.monitor.process;
283284
exports org.elasticsearch.node;
284-
exports org.elasticsearch.reservedstate;
285285
exports org.elasticsearch.persistent;
286286
exports org.elasticsearch.persistent.decider;
287287
exports org.elasticsearch.plugins;
@@ -290,6 +290,7 @@
290290
exports org.elasticsearch.repositories;
291291
exports org.elasticsearch.repositories.blobstore;
292292
exports org.elasticsearch.repositories.fs;
293+
exports org.elasticsearch.reservedstate;
293294
exports org.elasticsearch.rest;
294295
exports org.elasticsearch.rest.action;
295296
exports org.elasticsearch.rest.action.admin.cluster;

0 commit comments

Comments
 (0)