summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Component.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Component.pm')
-rw-r--r--Bugzilla/Component.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm
index 20df65550..827be789d 100644
--- a/Bugzilla/Component.pm
+++ b/Bugzilla/Component.pm
@@ -229,7 +229,7 @@ Component.pm represents a Product Component object.
=item C<bugs_ids()>
Description: Returns all bug IDs that belong to the component.
-
+
Params: none.
Returns: A reference to an array of bug IDs.
@@ -267,7 +267,7 @@ Component.pm represents a Product Component object.
$comp_name - String with a component name.
Returns: Bugzilla::Component object.
-
+
=back
=cut