Skip to content

Commit

Permalink
added possibility to overwrite DefaultPluginManager (see #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Sep 8, 2015
1 parent 648e2bf commit 062a2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class DefaultPluginManager implements PluginManager {
public static final String DEFAULT_PLUGINS_DIRECTORY = "plugins";
public static final String DEVELOPMENT_PLUGINS_DIRECTORY = "../plugins";

private File pluginsDirectory;
protected File pluginsDirectory;

private ExtensionFinder extensionFinder;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* @author Decebal Suiu
*/
class DependencyResolver {
public class DependencyResolver {

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

Expand Down

0 comments on commit 062a2c0

Please sign in to comment.