aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User
diff options
context:
space:
mode:
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>2012-07-25 17:43:15 -0400
committerDave Lawrence <dlawrence@mozilla.com>2012-07-25 17:43:15 -0400
commit2221e3b6deffa487abdd317005a799eb7ce89e24 (patch)
treee27e6c879c0950f586211bba0ee710f91e002a12 /Bugzilla/User
parent35e583d3b3ca622ab0288e0a64985b720aa30009 (diff)
downloadbugs-2221e3b6deffa487abdd317005a799eb7ce89e24.tar
bugs-2221e3b6deffa487abdd317005a799eb7ce89e24.tar.gz
bugs-2221e3b6deffa487abdd317005a799eb7ce89e24.tar.bz2
bugs-2221e3b6deffa487abdd317005a799eb7ce89e24.tar.xz
bugs-2221e3b6deffa487abdd317005a799eb7ce89e24.zip
Bug 776103 - Syntax error in Bugzilla::User::Setting API doc
r/a=LpSolit
Diffstat (limited to 'Bugzilla/User')
-rw-r--r--Bugzilla/User/Setting.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/User/Setting.pm b/Bugzilla/User/Setting.pm
index 9d8ac2953..2f5870d69 100644
--- a/Bugzilla/User/Setting.pm
+++ b/Bugzilla/User/Setting.pm
@@ -379,10 +379,10 @@ Description: Determines if a given setting exists in the database.
Params: C<$setting_name> - string - the setting name
Returns: boolean - true if the setting already exists in the DB.
-=back
-
=end private
+=back
+
=head1 METHODS
=over 4