From 31eaa6f5f96f47364204c6bf2000cade61455f20 Mon Sep 17 00:00:00 2001
From: Graham McVicker <mcvicker@sanger.ac.uk>
Date: Thu, 5 Feb 2004 09:52:29 +0000
Subject: [PATCH] slice method was incorrectly named contig this could have
 caused sequence caching problems

---
 modules/Bio/EnsEMBL/Exon.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Exon.pm b/modules/Bio/EnsEMBL/Exon.pm
index d1f1157e9d..21267a5581 100755
--- a/modules/Bio/EnsEMBL/Exon.pm
+++ b/modules/Bio/EnsEMBL/Exon.pm
@@ -357,7 +357,7 @@ sub strand {
 
 =cut
 
-sub contig {
+sub slice {
   my $self = shift;
   #if an arg was provided, flush the internal sequence cache
   delete $self->{'_seq_cache'} if(@_);
-- 
GitLab