]> source.dussan.org Git - pf4j.git/commitdiff
Fix typo
authorDecebal Suiu <decebal.suiu@gmail.com>
Thu, 19 Jul 2018 19:39:03 +0000 (22:39 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Thu, 19 Jul 2018 19:39:03 +0000 (22:39 +0300)
pf4j/src/main/java/org/pf4j/PluginClassLoader.java

index 2043929395920c7555e0648045fd0ecc1ed9d547..3c27220b7e29f0ed906464b67ef86f2fc7b22bab 100644 (file)
@@ -88,7 +88,7 @@ public class PluginClassLoader extends URLClassLoader {
                 return findSystemClass(className);
             }
 
-            // if the class it's a part of the plugin engine use parent class loader
+            // if the class is part of the plugin engine use parent class loader
             if (className.startsWith(PLUGIN_PACKAGE_PREFIX) && !className.startsWith("org.pf4j.demo")) {
 //                log.trace("Delegate the loading of PF4J class '{}' to parent", className);
                 return getParent().loadClass(className);