diff --git a/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm
index 79c350353f8df5d56d48e2a30e0f55eb49ec9567..7e0f25450ec5b7673d0b537b4cc8e24d6d75fa53 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ArchiveStableIdAdaptor.pm
@@ -86,7 +86,7 @@ sub fetch_by_stable_id {
 
 
 
-=head2 fetch_by_gene_archive_id
+=head2 fetch_all_by_gene_archive_id
 
   Arg [1]    : Bio::EnsEMBL::ArchiveStableId $gene_archive_id
   Example    : none
@@ -100,7 +100,7 @@ sub fetch_by_stable_id {
 
 
 
-sub fetch_by_gene_archive_id {
+sub fetch_all_by_gene_archive_id {
   my $self = shift;
   my $gene_archive_id = shift;
   my @result = ();