]> source.dussan.org Git - pf4j.git/commitdiff
@Override should not change method signature (#178)
authorKristof <kristoffel.columbus@hotmail.com>
Thu, 26 Oct 2017 16:10:48 +0000 (18:10 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Thu, 26 Oct 2017 16:10:48 +0000 (19:10 +0300)
pf4j/src/main/java/org/pf4j/DefaultPluginManager.java

index 660950fdcf8979cfe1e85a5ecaf12f3d8e556d8a..0e0898450bf9fa0ff4016eede04272ce49932060 100644 (file)
@@ -52,7 +52,7 @@ public class DefaultPluginManager extends AbstractPluginManager {
     }
 
     @Override
-    protected CompoundPluginDescriptorFinder createPluginDescriptorFinder() {
+    protected PluginDescriptorFinder createPluginDescriptorFinder() {
         return new CompoundPluginDescriptorFinder()
             .add(new PropertiesPluginDescriptorFinder())
             .add(new ManifestPluginDescriptorFinder());