SQL: Remove a package (elastic/x-pack-elasticsearch#2837)
Collapses a package into its parent package because they only contain a single class together. No need for two layers. Original commit: elastic/x-pack-elasticsearch@c947e57952
This commit is contained in:
parent
68779a81e4
commit
1bf1521b37
|
@ -104,7 +104,7 @@ import org.elasticsearch.xpack.security.authc.AuthenticationService;
|
||||||
import org.elasticsearch.xpack.security.authc.support.UsernamePasswordToken;
|
import org.elasticsearch.xpack.security.authc.support.UsernamePasswordToken;
|
||||||
import org.elasticsearch.xpack.security.crypto.CryptoService;
|
import org.elasticsearch.xpack.security.crypto.CryptoService;
|
||||||
import org.elasticsearch.xpack.sql.analysis.catalog.FilteredCatalog;
|
import org.elasticsearch.xpack.sql.analysis.catalog.FilteredCatalog;
|
||||||
import org.elasticsearch.xpack.sql.plugin.SecurityCatalogFilter;
|
import org.elasticsearch.xpack.sql.SecurityCatalogFilter;
|
||||||
import org.elasticsearch.xpack.sql.plugin.SqlLicenseChecker;
|
import org.elasticsearch.xpack.sql.plugin.SqlLicenseChecker;
|
||||||
import org.elasticsearch.xpack.sql.plugin.SqlPlugin;
|
import org.elasticsearch.xpack.sql.plugin.SqlPlugin;
|
||||||
import org.elasticsearch.xpack.ssl.SSLConfigurationReloader;
|
import org.elasticsearch.xpack.ssl.SSLConfigurationReloader;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* or more contributor license agreements. Licensed under the Elastic License;
|
* or more contributor license agreements. Licensed under the Elastic License;
|
||||||
* you may not use this file except in compliance with the Elastic License.
|
* you may not use this file except in compliance with the Elastic License.
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.xpack.sql.plugin;
|
package org.elasticsearch.xpack.sql;
|
||||||
|
|
||||||
import org.elasticsearch.action.support.IndicesOptions;
|
import org.elasticsearch.action.support.IndicesOptions;
|
||||||
import org.elasticsearch.common.util.concurrent.ThreadContext;
|
import org.elasticsearch.common.util.concurrent.ThreadContext;
|
Loading…
Reference in New Issue