From 5c8a86376ee178d1ef8f6324126b537a7e1810ad Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 24 Jul 2012 13:45:45 +0000 Subject: [PATCH] Bug 771302: Fix minor errors in doc of WebService::Bug::get() r=glob, a=LpSolit git-svn-id: svn://10.0.0.236/trunk@264055 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 6bf069d7c23..2f04f784550 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8294 \ No newline at end of file +8295 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm index 9b6aeb3e563..bf6a162161d 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm @@ -1965,13 +1965,13 @@ C The numeric bug_id of this bug. =item faultString -c This will only be returned for invalid bugs if the C +C This will only be returned for invalid bugs if the C argument was set when calling Bug.get, and it is an error indicating that the bug id was invalid. =item faultCode -c This will only be returned for invalid bugs if the C +C This will only be returned for invalid bugs if the C argument was set when calling Bug.get, and it is the error code for the invalid bug error.