mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-24 23:40:51 +01:00
add the interface StoreFactory and refactor storeFactories
This commit is contained in:
@@ -182,6 +182,6 @@ public class DefaultUserManagerTest extends UserManagerTestBase
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
private XmlUserDAO createXmlUserDAO() {
|
||||
return new XmlUserDAO(new JAXBConfigurationStoreFactory(contextProvider));
|
||||
return new XmlUserDAO(new JAXBConfigurationStoreFactory(locationResolver));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user