Skip to content
Snippets Groups Projects
Commit a4f69d7b authored by Simon Potter's avatar Simon Potter
Browse files

pod typos

parent ea877e28
No related branches found
No related tags found
No related merge requests found
#
# EnsEMBL module for Bio::EnsEMBL::DBSQL::BaseAlignFeatureAdaptor
# EnsEMBL module for Bio::EnsEMBL::DBSQL::BaseFeatureAdaptor
#
# Cared for by Ewan Birney <birney@ebi.ac.uk>
#
......@@ -515,7 +515,7 @@ sub _tablename {
my $self = shift;
$self->throw("abstract method _tablename not defined by implementing" .
" subclass of AlignFeatureAdaptor");
" subclass of BaseFeatureAdaptor");
return undef;
}
......@@ -537,7 +537,7 @@ sub _columns {
my $self = shift;
$self->throw("abstract method _columns not defined by implementing" .
" subclass of AlignFeatureAdaptor");
" subclass of BaseFeatureAdaptor");
}
......@@ -600,7 +600,7 @@ sub _objs_from_sth {
my $self = shift;
$self->throw("abstract method _obj_from_hashref not defined by implementing"
. " subclass of AlignFeatureAdaptor");
. " subclass of BaseFeatureAdaptor");
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment