mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
call collectResources
This commit is contained in:
@@ -65,13 +65,14 @@ public abstract class AbstractResourceManager implements ResourceManager
|
||||
* @param pluginLoader
|
||||
* @param resourceHandlers
|
||||
*/
|
||||
public AbstractResourceManager(ServletContext servletContext,
|
||||
protected AbstractResourceManager(ServletContext servletContext,
|
||||
PluginLoader pluginLoader,
|
||||
Set<ResourceHandler> resourceHandlers)
|
||||
{
|
||||
this.servletContext = servletContext;
|
||||
this.pluginLoader = pluginLoader;
|
||||
this.resourceHandlers = resourceHandlers;
|
||||
collectResources(resourceMap);
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user