diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/WebService.pm | 8 | ||||
-rw-r--r-- | extensions/Review/lib/WebService.pm | 10 |
2 files changed, 3 insertions, 15 deletions
diff --git a/extensions/BMO/lib/WebService.pm b/extensions/BMO/lib/WebService.pm index d31811de4..87d45085e 100644 --- a/extensions/BMO/lib/WebService.pm +++ b/extensions/BMO/lib/WebService.pm @@ -145,12 +145,8 @@ You pass a field called C<names> that is a list of Bugzilla login names to find =item B<Returns> -=over - A hash of Bugzilla login names. Each name points to an array of bug ids that the user has confirmed. -=back - =item B<Errors> =item B<History> @@ -186,12 +182,8 @@ You pass a field called C<names> that is a list of Bugzilla login names to find =item B<Returns> -=over - A hash of Bugzilla login names. Each name points to an array of bug ids that the user has verified. -=back - =item B<Errors> =item B<History> diff --git a/extensions/Review/lib/WebService.pm b/extensions/Review/lib/WebService.pm index 76c79a758..c4421aca1 100644 --- a/extensions/Review/lib/WebService.pm +++ b/extensions/Review/lib/WebService.pm @@ -316,21 +316,17 @@ The returned data format is the same as below. =item B<Params> -Query by Bug: - =over +=item Query by Bug: + =over =item C<bug_id> (integer) - The bug ID. =back -=back - -Query by Product or Component: - -=over +=item Query by Product or Component: =over |