Skip to content
Snippets Groups Projects
Commit 0602d621 authored by Jan-hinnerk Vogel's avatar Jan-hinnerk Vogel
Browse files

docfix

parent d4785cb8
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,8 @@ sub warn{
Bio::EnsEMBL::Utils::Exception->warning("\n------------------ DEPRECATED ---------------------\n".
"Bio::EnsEMBL::Root::warn has been deprecated\n".
"use Bio::EnsEMBL::Utils::Exception qw(warn); \n".
"warn('message'); #instead\n".
"use Bio::EnsEMBL::Utils::Exception qw(warning); \n".
"warning('message'); #instead\n".
"\n---------------------------------------------------\n");
Bio::EnsEMBL::Utils::Exception->warning($string);
......
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