summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Error/Cache.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-07-23 13:16:30 +0000
committerfukachan <fukachan>2004-07-23 13:16:30 +0000
commit017265cfc701f6abcd99f52a0fa6eb9516fd510f (patch)
tree971613cdfec2b93173ad88a8dfa579dc29ba5ac3 /fml/lib/FML/Error/Cache.pm
parent1359417a1475d1530200003dd4005954bff51c50 (diff)
downloadfml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.gz
fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.bz2
fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.zip
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML/Error/Cache.pm')
-rw-r--r--fml/lib/FML/Error/Cache.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/fml/lib/FML/Error/Cache.pm b/fml/lib/FML/Error/Cache.pm
index 0100dc5f..b94c03d0 100644
--- a/fml/lib/FML/Error/Cache.pm
+++ b/fml/lib/FML/Error/Cache.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Cache.pm,v 1.21 2004/04/23 04:10:33 fukachan Exp $
+# $FML: Cache.pm,v 1.22 2004/05/22 06:19:52 fukachan Exp $
#
package FML::Error::Cache;
@@ -39,12 +39,12 @@ where C<$bounce_info) follows:
=head2 new()
-standard constructor.
+constructor.
=cut
-# Descriptions: standard constructor
+# Descriptions: constructor.
# Arguments: OBJ($self) HASH_REF($curproc)
# Side Effects: none
# Return Value: OBJ
@@ -83,19 +83,19 @@ dummy.
=cut
-# Descriptions: none
+# Descriptions: dummy.
# Arguments: none
# Side Effects: none
# Return Value: none
sub open { 1;}
-# Descriptions: none
+# Descriptions: dummy.
# Arguments: none
# Side Effects: none
# Return Value: none
sub close { 1;}
-# Descriptions: none
+# Descriptions: dummy.
# Arguments: none
# Side Effects: none
# Return Value: none
@@ -232,7 +232,7 @@ sub _open_cache
my $config = $curproc->config();
my $dir = $config->{ error_mail_analyzer_cache_dir };
- # parameters: but not used now.
+ # parameters.
my %db = ();
my $type = $config->{ error_mail_analyzer_cache_type };
my $mode = $config->{ error_mail_analyzer_cache_mode } || 'temporal';