From 48d0d7bc3ce51556b698aa26274e717f7bc37b15 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Tue, 23 Sep 2008 14:30:18 +0000
Subject: [PATCH] use getLazyFeatureNoResiduesById

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8876 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 artemis_sqlmap/FeatureLoc.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis_sqlmap/FeatureLoc.xml b/artemis_sqlmap/FeatureLoc.xml
index 32e4899d2..3b725ae09 100644
--- a/artemis_sqlmap/FeatureLoc.xml
+++ b/artemis_sqlmap/FeatureLoc.xml
@@ -16,7 +16,7 @@
                 class="FeatureLoc">
         <result property="srcFeatureId" column="srcfeature_id" nullValue="-999" />
         <result property="featureBySrcFeatureId" column="{featureId=srcfeature_id}" 
-                                                 select="getLazyFeatureById" />
+                                                 select="getLazyFeatureNoResiduesById" />
         <result property="fmin"   column="fmin"   nullValue="-999" />
         <result property="fmax"   column="fmax"   nullValue="-999" />
         <result property="strand" column="strand" nullValue="0" />
-- 
GitLab