setting the stage for some connection management improvements take 2

This commit is contained in:
bjl23 2010-12-09 21:56:30 +00:00
parent a9e244a3ee
commit 39818e7489

View file

@ -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 {