[DOCS] Fix plugins service comment typo (#64902) (#64933)

Co-authored-by: Howard <danielhuang@tencent.com>
This commit is contained in:
James Rodewig 2020-11-11 10:30:44 -05:00 committed by GitHub
parent b8c9780c23
commit 75b4af5833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ public class PluginsService implements ReportingService<PluginsAndModules> {
} }
// jar-hell check the bundle against the parent classloader and extended plugins // jar-hell check the bundle against the parent classloader and extended plugins
// the plugin cli does it, but we do it again, in case lusers mess with jar files manually // the plugin cli does it, but we do it again, in case users mess with jar files manually
static void checkBundleJarHell(Set<URL> classpath, Bundle bundle, Map<String, Set<URL>> transitiveUrls) { static void checkBundleJarHell(Set<URL> classpath, Bundle bundle, Map<String, Set<URL>> transitiveUrls) {
// invariant: any plugins this plugin bundle extends have already been added to transitiveUrls // invariant: any plugins this plugin bundle extends have already been added to transitiveUrls
List<String> exts = bundle.plugin.getExtendedPlugins(); List<String> exts = bundle.plugin.getExtendedPlugins();