setting the stage for some connection management improvements take 2
This commit is contained in:
parent
a9e244a3ee
commit
39818e7489
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class IndividualDaoSDB extends IndividualDaoJena {
|
||||||
//indd.setLocalName(ind.getLocalName());
|
//indd.setLocalName(ind.getLocalName());
|
||||||
//indd.setName(ind.getLocalName());
|
//indd.setName(ind.getLocalName());
|
||||||
//ents.add(indd);
|
//ents.add(indd);
|
||||||
ents.add(new IndividualSDB(ind.getURI(), dataset, getWebappDaoFactory(), model));
|
ents.add(new IndividualSDB(ind.getURI(), this.dwf, getWebappDaoFactory(), model));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Add table
Reference in a new issue