From 2137af2798e73658c867fbd6f6d2dd249a31a2e3 Mon Sep 17 00:00:00 2001 From: brianjlowe Date: Mon, 18 Jul 2011 15:26:13 +0000 Subject: [PATCH] NIHVIVO-2957 unfiltered DAO factory for QR code --- .../web/templatemodels/individual/IndividualTemplateModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java b/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java index 8069b952..4f1b4dde 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java +++ b/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java @@ -50,7 +50,7 @@ public class IndividualTemplateModel extends BaseIndividualTemplateModel { // We don't want to use getAssertionsWebappDaoFactory() - that will // reduce load scalability and miss out on data in different named // graphs. Instead, we will make a DAO factory from the main - // model associated with the request. + // model and dataset associated with the request. WebappDaoFactory wdf = new WebappDaoFactorySDB( new SimpleOntModelSelector( vreq.getJenaOntModel()),vreq.getDataset());