summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User
diff options
context:
space:
mode:
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>2012-07-25 23:41:02 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-07-25 23:41:02 +0200
commit17809fb5f84c17e26f3ff730b4e40f0af0eed710 (patch)
treec8ece9c19fdf9f004bae69d6badb4e9b6a9f34fc /Bugzilla/User
parent8f20bef9c6f6137934efc668d64a1ab2fba20c2d (diff)
downloadbugzilla-17809fb5f84c17e26f3ff730b4e40f0af0eed710.tar.gz
bugzilla-17809fb5f84c17e26f3ff730b4e40f0af0eed710.tar.xz
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 78e64c96b..958a95580 100644
--- a/Bugzilla/User/Setting.pm
+++ b/Bugzilla/User/Setting.pm
@@ -391,10 +391,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