mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
Move plugin classloader to its own package (#73786)
The plugin classloader exists in its own jar file for legacy reasons, and while it should go away in the future, it currently duplicates the package name of the rest of the plugin classes. This commit moves the classloader into its own unique package. relates #73784
This commit is contained in:
parent
c2135844f0
commit
e81323e147
3 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.plugins;
|
||||
package org.elasticsearch.plugins.loader;
|
||||
|
||||
import java.security.AccessController;
|
||||
import java.security.PrivilegedAction;
|
Loading…
Add table
Add a link
Reference in a new issue