mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-16 04:31:52 +02: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