Skip to content
Snippets Groups Projects
Commit e760ae02 authored by gpawel's avatar gpawel
Browse files

[LMS-2421] missing commit

SVN: 22285
parent 196dd13d
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ public class AuthorizationDAOFactory implements IAuthorizationDAOFactory
gridCustomColumnDAO = new GridCustomColumnDAO(sessionFactory, homeDatabaseInstance);
queryDAO = new QueryDAO(sessionFactory, homeDatabaseInstance);
relationshipTypeDAO = new RelationshipTypeDAO(sessionFactory, homeDatabaseInstance);
deletionDAO = new DeletionDAO(sessionFactory, homeDatabaseInstance);
deletionDAO = new DeletionDAO(sessionFactory, homeDatabaseInstance, persistencyResources);
}
public final PersistencyResources getPersistencyResources()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment