diff --git a/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm
index 31de689b2dc3c25fceaa9671565bd839ba9e9bff..5cf16b8604984f6b6100b9ad4dd154abcfc95836 100644
--- a/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm
@@ -123,7 +123,7 @@ sub _columns {
 # _default_where_clause
 #  Arg [1]    : none
 #  Example    : none
-#  Description: Overrides superclass method to provide an additional 
+#  Description: Overrides superclass method to provide an additional
 #               table joining constraint before the SQL query is performed.
 #  Returntype : string
 #  Exceptions : none
@@ -383,7 +383,7 @@ sub store {
 sub list_dbIDs {
    my ($self) = @_;
 
-   return $self->_list_dbIDs("repeat_feature");
+   return $self->_list_dbIDs("regulatory_feature");
 }
 
 =head2 fetch_all_by_ensembl_object_type
@@ -520,6 +520,3 @@ sub fetch_all_by_gene {
 1;
 
 
-
-
-