From 692dcb72ed5ed25d2320a962ab28008a797c5b08 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 28 Feb 2006 23:23:31 +0000 Subject: Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11). --- Bugzilla/Component.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Component.pm') 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 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 -- cgit v1.2.3-24-g4f1b