Skip to content

Commit

Permalink
[DOCS] Fix plugins service comment typo (#64902) (#64933)
Browse files Browse the repository at this point in the history
Co-authored-by: Howard <danielhuang@tencent.com>
  • Loading branch information
jrodewig and howardhuanghua committed Nov 11, 2020
1 parent b8c9780 commit 75b4af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ private static <T> String extensionConstructorMessage(Class<? extends T> extensi
}

// 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) {
// invariant: any plugins this plugin bundle extends have already been added to transitiveUrls
List<String> exts = bundle.plugin.getExtendedPlugins();
Expand Down

0 comments on commit 75b4af5

Please sign in to comment.