[VIVO-1613] Fix menu ordering bug (#90)
Resolves https://jira.duraspace.org/browse/VIVO-1613
This commit is contained in:
parent
73d6a85e5e
commit
fe00198dd5
1 changed files with 1 additions and 3 deletions
|
@ -365,10 +365,8 @@ public class WebappDaoFactoryJena implements WebappDaoFactory {
|
||||||
@Override
|
@Override
|
||||||
public ObjectPropertyStatementDao getObjectPropertyStatementDao() {
|
public ObjectPropertyStatementDao getObjectPropertyStatementDao() {
|
||||||
if( objectPropertyStatementDao == null )
|
if( objectPropertyStatementDao == null )
|
||||||
// TODO supply a valid RDFService as the first argument if we keep this
|
|
||||||
// implementation
|
|
||||||
objectPropertyStatementDao = new ObjectPropertyStatementDaoJena(
|
objectPropertyStatementDao = new ObjectPropertyStatementDaoJena(
|
||||||
null, dwf, this);
|
rdfService, dwf, this);
|
||||||
return objectPropertyStatementDao;
|
return objectPropertyStatementDao;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue