Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
e45e5860
Commit
e45e5860
authored
Jun 11, 2004
by
Jessica Severin
Browse files
added clenup method
parent
0ad2753c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
modules/Bio/EnsEMBL/Hive/URLFactory.pm
modules/Bio/EnsEMBL/Hive/URLFactory.pm
+7
-0
No files found.
modules/Bio/EnsEMBL/Hive/URLFactory.pm
View file @
e45e5860
...
...
@@ -95,6 +95,13 @@ sub store {
}
sub
cleanup
{
my
$class
=
shift
;
foreach
my
$key
(
keys
(
%
{
$_URLFactory_connections
}))
{
$_URLFactory_connections
->
{
$key
}
=
undef
;
}
}
############################
#
# Internals
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment