From a86ee3a1ca5213d5401c6425cfb0fcfc7bb15e78 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 31 Mar 2009 06:37:53 +0000 Subject: Bug 432907: Create a JSON frontend for WebServices Patch by Max Kanat-Alexander r=dkl, a=mkanat --- extensions/example/lib/WSExample.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/example/lib') diff --git a/extensions/example/lib/WSExample.pm b/extensions/example/lib/WSExample.pm index 146867294..754d49f70 100644 --- a/extensions/example/lib/WSExample.pm +++ b/extensions/example/lib/WSExample.pm @@ -24,7 +24,7 @@ use warnings; use base qw(Bugzilla::WebService); use Bugzilla::Error; -# This can be called as Example.hello() from XML-RPC. +# This can be called as Example.hello() from the WebService. sub hello { return 'Hello!'; } sub throw_an_error { ThrowUserError('example_my_error') } -- cgit v1.2.3-24-g4f1b