mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Fix split package org.elasticsearch.client (#82010)
Fixes split packages between server and the LLRC (and HLRC), by renaming the server package to a more appropriate name that represents the fact that is in an internal client. That is, rename server's org.elasticsearch.client to org.elasticsearch.client.internal.
This commit is contained in:
parent
14a63ac115
commit
a2bc4854b5
1527 changed files with 1846 additions and 1845 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
package org.elasticsearch.runtimefields;
|
||||
|
||||
import org.elasticsearch.client.Client;
|
||||
import org.elasticsearch.client.internal.Client;
|
||||
import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver;
|
||||
import org.elasticsearch.cluster.service.ClusterService;
|
||||
import org.elasticsearch.common.io.stream.NamedWriteableRegistry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue