Skip to content

Commit bf628bf

Browse files
authored
fix typo
1 parent 5d1610d commit bf628bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/framework/PluginFramework.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public final void reload() {
380380

381381
LOGGER.log(Level.INFO, "Plugins are being reloaded from {0}", pluginDirectory.getAbsolutePath());
382382

383-
// trashing out the old instance of the loaded enables us
383+
// trashing out the old instance of the loader enables us
384384
// to reload the stack at runtime
385385
loader = AccessController.doPrivileged((PrivilegedAction<PluginClassLoader>) () -> new PluginClassLoader(pluginDirectory));
386386

0 commit comments

Comments
 (0)