Переглянути джерело

Correct the class passed to DefaultPluginFactory's logger (#222)

tags/release-2.4.0
Lee Jenkins 6 роки тому
джерело
коміт
56bf015566

+ 1
- 1
pf4j/src/main/java/org/pf4j/DefaultPluginFactory.java Переглянути файл

@@ -29,7 +29,7 @@ import java.lang.reflect.Modifier;
*/
public class DefaultPluginFactory implements PluginFactory {

private static final Logger log = LoggerFactory.getLogger(DefaultExtensionFactory.class);
private static final Logger log = LoggerFactory.getLogger(DefaultPluginFactory.class);

/**
* Creates a plugin instance. If an error occurs than that error is logged and the method returns null.

Завантаження…
Відмінити
Зберегти